mirror of
https://github.com/meshtastic/web.git
synced 2026-02-15 10:12:29 -05:00
Fix active property for slected plugin
This commit is contained in:
@@ -110,7 +110,10 @@ export const Plugins = ({ navOpen, setNavOpen }: PluginsProps): JSX.Element => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<IconButton active icon={<FiExternalLink />} />
|
||||
<IconButton
|
||||
active={plugin.name === selectedPlugin}
|
||||
icon={<FiExternalLink />}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user