Skip to content

Commit

Permalink
hide value field on the migration page (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
isunaslabs authored Mar 10, 2023
1 parent 8c563f1 commit 9a5845a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/MigrationStatus/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const MigrationStatus = ({ accountMigration }: Props) => {
)}
</div>

<div className={"flex justify-between py-[14px]"}>
{/*<div className={"flex justify-between py-[14px]"}>
<div className={"min-w-[150px] lg:min-w-[200px]"}>{t(localeKeys.value)}</div>
{accountMigration && (
<div className={"flex-1 flex flex-col gap-[10px] flex-ellipsis"}>
Expand Down Expand Up @@ -223,7 +223,7 @@ const MigrationStatus = ({ accountMigration }: Props) => {
</div>
</div>
)}
</div>
</div>*/}
</div>
</div>
);
Expand Down

0 comments on commit 9a5845a

Please sign in to comment.