diff --git a/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx b/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx index 494b0c8bf..4b53ba59d 100644 --- a/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx +++ b/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx @@ -2,6 +2,8 @@ import { ChangeEvent, useEffect, useRef, useState } from 'react'; import { Button, Input, + InputGroup, + InputRightAddon, Modal, ModalBody, ModalCloseButton, @@ -193,53 +195,64 @@ export default function SheetsModal(props: SheetsModalProps) { {sheetState.auth ?
You are authenticated
:
You are not authenticated
}
- - {sheetState.id ? : } + + + + {sheetState.id ? : } + +
- - {sheetState.worksheet ? : } + + + + {sheetState.worksheet ? ( + + ) : ( + + )} + + +
+
+
+ +
)} - {!rundown && ( -
- - -
- )} {!rundown && (