Skip to content

Commit

Permalink
indentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed May 27, 2024
1 parent 59d7834 commit 0bbe017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui/interfaces/DropshipFlightControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ const LaunchAnnouncementAlarm = () => {
( <PlayLaunchAnnouncementAlarm /> )
:
( <StopLaunchAnnouncementAlarm /> )
)
)
}
>
<Stack vertical className="AnnouncementAlarms">
Expand All @@ -400,14 +400,14 @@ const LaunchAnnouncementAlarm = () => {
( <PlayLaunchAnnouncementAlarm /> )
:
( <StopLaunchAnnouncementAlarm /> )
)
)
}
{
(!data.playing_cycle_launch_announcement_alarm ?
( <PlayCycleLaunchAnnouncementAlarm /> )
:
( <StopCycleLaunchAnnouncementAlarm /> )
)
)
}
</Stack>
</Section>
Expand Down

0 comments on commit 0bbe017

Please sign in to comment.