Skip to content

Commit

Permalink
Update OverwatchConsole.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jan 14, 2024
1 parent 839af84 commit a46f384
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tgui/packages/tgui/interfaces/OverwatchConsole.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ const SquadPanel = (props, context) => {
Supply Drop
</Tabs.Tab>
)}
<Tabs.Tab
selected={category === 'ob'}
icon="bomb"
onClick={() => setCategory('ob')}>
Orbital Bombardment
</Tabs.Tab>
{!!data.can_launch_obs && (
<Tabs.Tab
selected={category === 'ob'}
icon="bomb"
onClick={() => setCategory('ob')}>
Orbital Bombardment
</Tabs.Tab>
}}
<Tabs.Tab icon="map" onClick={() => act('tacmap_unpin')}>
Tactical Map
</Tabs.Tab>
Expand Down

0 comments on commit a46f384

Please sign in to comment.