Remove debug marker
This commit is contained in:
parent
8cd32d35e2
commit
524ab50df7
@ -62,14 +62,11 @@ export function BaseAuthenticatedPage(): React.ReactElement {
|
||||
uri="/net"
|
||||
icon={<Icon path={mdiLan} size={1} />}
|
||||
/>
|
||||
{/* TODO : remove debug marker */}
|
||||
{isDebug() && (
|
||||
<NavLink
|
||||
label="Network filters"
|
||||
uri="/nwfilter"
|
||||
icon={<Icon path={mdiSecurityNetwork} size={1} />}
|
||||
/>
|
||||
)}
|
||||
<NavLink
|
||||
label="Network filters"
|
||||
uri="/nwfilter"
|
||||
icon={<Icon path={mdiSecurityNetwork} size={1} />}
|
||||
/>
|
||||
<NavLink
|
||||
label="ISO files"
|
||||
uri="/iso"
|
||||
|
Loading…
Reference in New Issue
Block a user