Skip to content

Commit

Permalink
Rebuild TGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Aug 1, 2024
1 parent 1ef3b65 commit f13748e
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/AgentCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const AgentCardInfo = (props, context) => {
<LabeledList.Item label="Тип крови">
<Stack fill mb={-0.5}>
{BLOOD_TYPES.map((type) => (
<Stack.Item grow>
<Stack.Item grow key={type}>
<Button
fluid
content={type}
Expand Down
156 changes: 78 additions & 78 deletions tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit f13748e

Please sign in to comment.