mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
THIS FIXES IT (well it should :) )
This commit is contained in:
@@ -168,7 +168,7 @@ export const CSScripture = (props, context) => {
|
||||
onClick={() => act('bind', {
|
||||
'script': script.type,
|
||||
})}>
|
||||
content={script.bound ? (
|
||||
{script.bound ? (
|
||||
`Unbind ${script.bound}`
|
||||
) : (
|
||||
'Quickbind'
|
||||
|
||||
@@ -400,6 +400,12 @@ export const PageMain = (props, context) => {
|
||||
showAlertLevelConfirm={showAlertLevelConfirm}
|
||||
setShowAlertLevelConfirm={setShowAlertLevelConfirm}
|
||||
/>
|
||||
|
||||
<AlertButton
|
||||
alertLevel="amber"
|
||||
showAlertLevelConfirm={showAlertLevelConfirm}
|
||||
setShowAlertLevelConfirm={setShowAlertLevelConfirm}
|
||||
/>
|
||||
</Flex.Item>
|
||||
</Flex>
|
||||
</Section>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user