Skip to content

Commit

Permalink
fix: remove trash data
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Feb 23, 2023
1 parent 9ba833e commit b33ccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tokens/tabs/TokenTransactionTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TokenTransactionTab = ({ token, tokenData }: Props) => {
const isHasData = useMemo(() => !isEmpty(result), [result])

return (
<div key="asdfs">
<div>
<Row style={{ justifyContent: 'space-between' }} classes="padding-xl">
<span className="text text-xl">Token Transfers</span>
{isHasData && (
Expand Down

0 comments on commit b33ccd1

Please sign in to comment.