Allow wall mods to file hiatuses
This commit is contained in:
@ -89,7 +89,9 @@ export default function (
|
||||
{typeof props.hiatus === "boolean" ? (
|
||||
<Box>
|
||||
<Heading size="xs">Notice Type</Heading>
|
||||
<Text>{props.hiatus ? "Hiatus" : "Inactivity"}</Text>
|
||||
<Text>
|
||||
{props.hiatus ? "Hiatus/Inactivity" : "Activity Decrease"}
|
||||
</Text>
|
||||
</Box>
|
||||
) : null}
|
||||
{props.decisions ? (
|
||||
|
Reference in New Issue
Block a user