Skip to content

Commit

Permalink
Opfor bluescreen fix (#25692) (#1183)
Browse files Browse the repository at this point in the history
Update OpposingForcePanel.jsx

Co-authored-by: Sable <[email protected]>
  • Loading branch information
Steals-The-PRs and Thlumyn authored Dec 18, 2023
1 parent d277663 commit a671b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tgui/packages/tgui/interfaces/OpposingForcePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
NumberInput,
} from '../components';
import { Window } from '../layouts';
import { useState } from 'react';

export const OpposingForcePanel = (props) => {
const [tab, setTab] = useState(1);
Expand Down

0 comments on commit a671b22

Please sign in to comment.