Skip to content

Commit

Permalink
Fix: wg-easy disabled field not visible (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Oct 6, 2024
1 parent b1ca6b8 commit cd8c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/wgeasy/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Component({ service }) {
<Container service={service}>
<Block label="wgeasy.connected" value={connected} />
<Block label="wgeasy.enabled" value={enabled} />
<Block label="wgeasy.diabled" value={disabled} />
<Block label="wgeasy.disabled" value={disabled} />
<Block label="wgeasy.total" value={infoData.length} />
</Container>
);
Expand Down

0 comments on commit cd8c224

Please sign in to comment.