Skip to content

Commit

Permalink
fix: remove unnecessary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Dec 18, 2024
1 parent abd571c commit 898cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/src/components/orders/OrderDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const OrderDetails: React.FC<Props> = (props) => {

const ExtraComponentNode: React.ReactNode = (
<WrapperExtraComponents>
<>{tabViewSelected === TabView.FILLS && <TablePagination context={FillsTableContext} />}</>
{tabViewSelected === TabView.FILLS && <TablePagination context={FillsTableContext} />}
</WrapperExtraComponents>
)

Expand Down

0 comments on commit 898cf49

Please sign in to comment.