Skip to content

Commit

Permalink
Put an "X" back on the scan modal
Browse files Browse the repository at this point in the history
We accidentally deleted this in 1c8ea1f
  • Loading branch information
swansontec committed Sep 4, 2023
1 parent a6bbd8f commit 4a99548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/modals/ScanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { checkAndRequestPermission } from '../services/PermissionsManager'
import { cacheStyles, Theme, useTheme } from '../services/ThemeContext'
import { EdgeText } from '../themed/EdgeText'
import { MainButton } from '../themed/MainButton'
import { ModalMessage } from '../themed/ModalParts'
import { ModalFooter, ModalMessage } from '../themed/ModalParts'
import { SceneHeader } from '../themed/SceneHeader'

interface Props {
Expand Down Expand Up @@ -207,6 +207,7 @@ export const ScanModal = (props: Props) => {
maxWidth={windowWidth}
>
{renderModalContent()}
<ModalFooter onPress={handleClose} />
</AirshipModal>
)
}
Expand Down

0 comments on commit 4a99548

Please sign in to comment.