diff --git a/tgui/packages/tgui/interfaces/Photocopier220.js b/tgui/packages/tgui/interfaces/Photocopier220.js
index 3dff85579b63..c08710c47549 100644
--- a/tgui/packages/tgui/interfaces/Photocopier220.js
+++ b/tgui/packages/tgui/interfaces/Photocopier220.js
@@ -1,5 +1,12 @@
import { useBackend, useLocalState } from '../backend';
-import { Button, Section, Flex, Input, Slider, ProgressBar } from '../components';
+import {
+ Button,
+ Section,
+ Flex,
+ Input,
+ Slider,
+ ProgressBar,
+} from '../components';
import { Window } from '../layouts';
import { filter, sortBy } from 'common/collections';
import { FlexItem } from '../components/Flex';
@@ -56,11 +63,7 @@ export const Photocopier220 = (props, context) => {
Заряд тонера:
-
+
@@ -133,73 +136,81 @@ export const Photocopier220 = (props, context) => {
Количество:
-
- act('copies', {
- new: value,
- })
- }
- />
+
+ act('copies', {
+ new: value,
+ })
+ }
+ />
-
-
-
- Форма:
-
-
- {data.form_id === '' ? 'Не выбрана' : data.form_id}
-
-
-
-
-
- {categories.map((category) => (
-
-
+
+
-