Skip to content

Commit

Permalink
Fix syntax error on wallet page (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjin Lee authored and GitHub Enterprise committed Mar 22, 2021
1 parent e54b098 commit 6fe5e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Wallets/WalletsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { wallets } from "../../data"
import { styles } from "./styles"

import googlePlaySvg from "../../images/wallets/google-play.svg"
import appStoreSvg from "../../images/wallets/app-store.svg
import appStoreSvg from "../../images/wallets/app-store.svg"

export const WalletsPage = () => (
<div className={styles.main}>
Expand Down

0 comments on commit 6fe5e54

Please sign in to comment.