mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 22:26:12 -05:00
show stage in rotation selector
This commit is contained in:
@@ -40,6 +40,7 @@ const RotationSelector: React.FC<Props> = ({ rotationId, setRotationId }) => {
|
||||
<Box my={2} fontWeight="bold">
|
||||
#{rotation.id}
|
||||
</Box>
|
||||
<Box my={1}>{i18n._(rotation.stage)}</Box>
|
||||
<Box my={2} color={gray}>
|
||||
{new Date(rotation.startTime).toLocaleDateString()}
|
||||
</Box>
|
||||
|
||||
@@ -202,6 +202,12 @@ const AddRecordModal = () => {
|
||||
</FormErrorMessage>
|
||||
</FormControl>
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
disabled
|
||||
style={{ display: "none" }}
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<Button mt={6} type="submit" isLoading={sending}>
|
||||
<Trans>Submit</Trans>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user