Skip to content

Commit

Permalink
updated indentation for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed May 27, 2024
1 parent 803a6d2 commit 59d7834
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions tgui/packages/tgui/interfaces/DropshipFlightControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,29 +389,28 @@ const LaunchAnnouncementAlarm = () => {
buttons={
(!data.playing_launch_announcement_alarm ?
( <PlayLaunchAnnouncementAlarm /> )
:
( <StopLaunchAnnouncementAlarm /> )
)
:
( <StopLaunchAnnouncementAlarm /> )
)
}
>
<Stack vertical className="AnnouncementAlarms">
{
(!data.playing_launch_announcement_alarm ?
( <PlayLaunchAnnouncementAlarm /> )
:
( <StopLaunchAnnouncementAlarm /> )
)
}

:
( <StopLaunchAnnouncementAlarm /> )
)
}
{
(!data.playing_cycle_launch_announcement_alarm ?
( <PlayCycleLaunchAnnouncementAlarm /> )
:
( <StopCycleLaunchAnnouncementAlarm /> )
)
(!data.playing_cycle_launch_announcement_alarm ?
( <PlayCycleLaunchAnnouncementAlarm /> )
:
( <StopCycleLaunchAnnouncementAlarm /> )
)
}
</Stack>
</Section>
</Section>
);
};

Expand Down

0 comments on commit 59d7834

Please sign in to comment.