Skip to content

Commit 9c83114

Browse files
бандл
1 parent 6a33610 commit 9c83114

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tgui/packages/tgui/interfaces/Healthanalyzer.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ export const Healthanalyzer = (props, context) => {
253253
Незначительная генная нестабильность.
254254
</Box>
255255
) : (
256-
scan_data.genes > 40 && <Box>Генная структура стабильна.</Box>
256+
scan_data.genes > 40 && (
257+
<Box>Генная структура стабильна.</Box>
258+
)
257259
)}
258260
</LabeledList.Item>
259261
</LabeledList>

0 commit comments

Comments
 (0)