Skip to content

Commit

Permalink
Update SyndieCargoConsole.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Samirakis committed Dec 6, 2024
1 parent 954e500 commit 32d14e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/SyndieCargoConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ const StatusPane = (_properties, context) => {
<Button
tooltip="Withdraw money from the console"
content="Withdraw"
onClick={() => act('withdraw', {cash})}
onClick={() => act('withdraw', { cash })}
/>
<Button
content={adminAddCash}
tooltip="Bless the players with da money!"
onClick={() => act('add_money', {cash})}
onClick={() => act('add_money', { cash })}
/>
</LabeledList.Item>
)}
Expand Down

0 comments on commit 32d14e9

Please sign in to comment.