Allow wall mods to file hiatuses

This commit is contained in:
2024-02-29 02:14:42 -05:00
parent 0334dc1678
commit 15351b3c12
3 changed files with 11 additions and 7 deletions

View File

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