Skip to content

Commit 2164735

Browse files
remove transaction history button
1 parent ea25a45 commit 2164735

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/L2/Headers/L2PointHeader.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ const L2PointHeader = ({
9292
<Row>
9393
<Row className="info">
9494
{renderInviteButton()}
95-
<Box className="history" onClick={goToHistory}>
96-
History
97-
</Box>
9895
{points && <InviteConverter points={points} />}
9996
</Row>
10097
</Row>

0 commit comments

Comments
 (0)