mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-23 07:04:19 +01:00
Show disabled NWCs again
This commit is contained in:
committed by
Paul Miller
parent
9cde7910b1
commit
929162ec8a
@@ -277,7 +277,7 @@ function Nwc() {
|
||||
{(profile) => (
|
||||
<Collapser
|
||||
title={profile.name}
|
||||
activityLight={"on"}
|
||||
activityLight={profile.enabled ? "on" : "off"}
|
||||
defaultOpen={profile.index === newConnection()}
|
||||
>
|
||||
<NwcDetails
|
||||
|
||||
Reference in New Issue
Block a user