mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-20 12:18:49 +00:00
fix Transactions constant
This commit is contained in:
parent
f1d113a431
commit
c6902efb2f
@ -41,8 +41,8 @@ class TextEditorToolbar extends Component {
|
||||
<NavLink className={classnames('btn', { active: this.isActiveTab(TextEditorToolbarTabs.Detail)})} href="#" onClick={() => this.props.openAsideTab(TextEditorToolbarTabs.Detail)}>
|
||||
<FontAwesomeIcon className="mr-2" name="info-circle" /> Details
|
||||
</NavLink>
|
||||
<NavLink className={classnames('btn', { active: this.isActiveTab(TextEditorToolbarTabs.Logger)})} href="#" onClick={() => this.props.openAsideTab(TextEditorToolbarTabs.Transactions)}>
|
||||
<FontAwesomeIcon className="mr-2" name="list-alt" /> Transactions</NavLink>
|
||||
<NavLink className={classnames('btn', { active: this.isActiveTab(TextEditorToolbarTabs.Transactions)})} href="#" onClick={() => this.props.openAsideTab(TextEditorToolbarTabs.Transactions)}>
|
||||
<FontAwesomeIcon className="mr-2" name="list-alt" /> Transactions
|
||||
</NavLink>
|
||||
<NavLink className={classnames('btn', { active: this.isActiveTab(TextEditorToolbarTabs.Debugger)})} href="#" onClick={() => this.props.openAsideTab(TextEditorToolbarTabs.Debugger)}>
|
||||
<FontAwesomeIcon className="mr-2" name="bug" /> Debugger
|
||||
|
Loading…
x
Reference in New Issue
Block a user