Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/req-tgui' into req-…
Browse files Browse the repository at this point in the history
…tgui
  • Loading branch information
harryob committed Jan 2, 2025
2 parents 0e0383d + 4bb84d4 commit a8c69c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/SupplyComputer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ const RenderCategory = (props: {
{relevant_items.map((item) => (
<>
<RenderPack key={item.name} pack={item} />
<hr />
<Divider />
</>
))}
</Stack>
Expand Down Expand Up @@ -959,7 +959,7 @@ const RenderPack = (props: {
</Stack.Item>
{viewContents && (
<Stack.Item>
<hr />
<Divider />
<Stack vertical>
{item.contains.map((item) => (
<Stack.Item key={item.name}>
Expand Down

0 comments on commit a8c69c9

Please sign in to comment.