Skip to content

Commit

Permalink
Update app/components/CardList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Aminah <[email protected]>
  • Loading branch information
gdixon and aminah-io committed Sep 6, 2022
1 parent b276e47 commit 7a41a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/CardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export const CardList = ({ isLoading = false }: CardListProps): JSX.Element => {
className="verify-btn"
ref={btnRef.current}
onClick={(e) => {
// console.log(platform);
setCurrentPlatform(platform);
onOpen();
}}
Expand Down

0 comments on commit 7a41a47

Please sign in to comment.