From b18f25d39259b87311a7caeb5f2ee70e980a8104 Mon Sep 17 00:00:00 2001 From: NahuelNoves Date: Fri, 22 Mar 2024 14:38:06 -0300 Subject: [PATCH] remove divider on mobile asset flows --- ui/tx/TxAssetFlows.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/tx/TxAssetFlows.tsx b/ui/tx/TxAssetFlows.tsx index 6412d49128..931332151b 100644 --- a/ui/tx/TxAssetFlows.tsx +++ b/ui/tx/TxAssetFlows.tsx @@ -1,4 +1,4 @@ -import { Table, Tbody, Tr, Th, Box, Skeleton, Text, Show, Hide, Divider } from '@chakra-ui/react'; +import { Table, Tbody, Tr, Th, Box, Skeleton, Text, Show, Hide } from '@chakra-ui/react'; import _ from 'lodash'; import React, { useMemo, useState } from 'react'; @@ -72,8 +72,6 @@ export default function TxAssetFlows(props: FlowViewProps) { const content = ( <> - { data?.length && } - { data?.map((item, i) => (