Skip to content

Commit

Permalink
grah
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jan 28, 2025
1 parent 09f0c1e commit 08ec9ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tgui/packages/tgui/interfaces/CrewManifest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ export const CrewManifest = (props, context) => {
{crewMember.name}
</Table.Cell>
<Table.Cell
className={
'CrewManifest__Cell CrewManifest__Icons'
}
className={'CrewManifest__Cell CrewManifest__Icons'}
collapsing
>
{!!crewMember.officer && (
Expand Down

0 comments on commit 08ec9ec

Please sign in to comment.