Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
feat: enable blocks and transactions tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 23, 2019
1 parent c8cc785 commit 23f6ed2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/v2/components/NavBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,13 @@ const NavBar = ({
title: 'tour de sol',
}),
{
link: 'transactions',
disabled: true,
link: 'blocks',
},
{
link: 'programs',
disabled: true,
link: 'transactions',
},
{
link: 'blocks',
link: 'programs',
disabled: true,
},
{
Expand Down

0 comments on commit 23f6ed2

Please sign in to comment.