THIS FIXES IT (well it should :) )

This commit is contained in:
Letter N
2021-02-22 21:05:07 +08:00
parent 7c0a63f729
commit 2be4c76add
9 changed files with 29 additions and 16 deletions

View File

@@ -168,7 +168,7 @@ export const CSScripture = (props, context) => {
onClick={() => act('bind', {
'script': script.type,
})}>
content={script.bound ? (
{script.bound ? (
`Unbind ${script.bound}`
) : (
'Quickbind'

View File

@@ -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