Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Apr 22, 2024
1 parent 8271a48 commit 31129e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/components/TogglePopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class TogglePopup extends Component {
ClosedStuff,
...rest
} = props;
if(!open) {
if (!open) {
return (
<Button
onClick={() => this.setState({ open: true })}
Expand Down

0 comments on commit 31129e8

Please sign in to comment.