Skip to content

Commit

Permalink
Removes collapsing from position column (tgstation#66582)
Browse files Browse the repository at this point in the history
  • Loading branch information
E231kei500bandai authored Apr 29, 2022
1 parent ab4d502 commit 40dbfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/CrewConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const CrewTable = (props, context) => {
<Table.Cell bold collapsing textAlign="center">
Vitals
</Table.Cell>
<Table.Cell bold collapsing textAlign="center">
<Table.Cell bold textAlign="center">
Position
</Table.Cell>
{!!data.link_allowed && (
Expand Down

0 comments on commit 40dbfb9

Please sign in to comment.