Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Nov 16, 2023
1 parent 72baba1 commit 1e13377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/Photocopier220.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Photocopier220 = (props, context) => {
Заряд тонера:
</Flex.Item>
<Flex.Item width="50%" mt={0.5}>
<ProgressBar maxValue={30} minValue={0} value={data.toner} />
<ProgressBar minValue={0} maxValue={30} value={data.toner} />
</Flex.Item>
</Flex>
<Flex>
Expand Down Expand Up @@ -169,7 +169,7 @@ export const Photocopier220 = (props, context) => {
fluid
icon="chevron-right"
content="Все формы"
selected={data.category === '' ? 'selected' : null}
selected={!data.category}
onClick={() =>
act('choose_category', {
category: null,
Expand Down
Loading

0 comments on commit 1e13377

Please sign in to comment.