Skip to content

Commit

Permalink
bugfix: подправление надочёта в панеле PP
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob committed Jan 27, 2025
1 parent 398fb77 commit c93bce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/VethPlayerPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const VethPlayerPanel = (props, context) => {
{players.filter(searcher).map((player) => (
<Table.Row key={player.ckey} className="candystripe">
<Table.Cell>{player.ckey}</Table.Cell>
<Table.Cell>{player.name}</Table.Cell>
<Table.Cell collapsing>{player.name}</Table.Cell>
<Table.Cell>{player.job}</Table.Cell>
<Table.Cell>
{player.is_antagonist ? (
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit c93bce1

Please sign in to comment.