Commit 7eca8dce authored by tom's avatar tom

fix ts

parent e75dac8a
......@@ -18,7 +18,7 @@ import TokenSelectDesktop from './TokenSelectDesktop';
import TokenSelectMobile from './TokenSelectMobile';
interface Props {
onClick: () => void;
onClick?: () => void;
}
const TokenSelect = ({ onClick }: Props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment