Skip to content

Commit f0424ad

Browse files
fix
1 parent 90dea67 commit f0424ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/portal/src/components/others/AllSupportedWallets.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@ function AllSupportedWalletsContent() {
125125

126126
{currentWallets.length === 0 ? (
127127
<Tr>
128-
<Td
129-
colSpan={2}
130-
className="text-center text-muted-foreground py-8"
131-
>
128+
<Td>
132129
{searchQuery
133130
? "No wallets found matching your search."
134131
: "No wallets available."}

0 commit comments

Comments
 (0)