Skip to content

Commit

Permalink
tgui
Browse files Browse the repository at this point in the history
  • Loading branch information
izac112 committed Feb 17, 2024
1 parent 19e46d1 commit c6151cf
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 65 deletions.
3 changes: 2 additions & 1 deletion tgui/packages/tgui/interfaces/Phorochem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const Phorochem = (props) => {
good: [0.35, Infinity],
average: [0.15, 0.35],
bad: [-Infinity, 0.15],
}}>
}}
>
{phoron + ' Moles'}
</ProgressBar>
</LabeledList.Item>
Expand Down
9 changes: 8 additions & 1 deletion tgui/packages/tgui/interfaces/PrecisionEditor.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import { useBackend } from '../backend';
import { Button, LabeledList, Section, ColorBox, NoticeBox, Box } from '../components';
import {
Button,
LabeledList,
Section,
ColorBox,
NoticeBox,
Box,
} from '../components';
import { Window } from '../layouts';

export const PrecisionEditor = (props) => {
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui-panel.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 62 additions & 62 deletions tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit c6151cf

Please sign in to comment.