Try to fix css goofiness
This commit is contained in:
parent
6cdbd99d31
commit
ce868b44ab
@ -85,7 +85,9 @@ export default function (props: InactivityNoticeProps) {
|
||||
<UnorderedList>
|
||||
{Object.entries(props.decisions).map(([dept, accepted]) => (
|
||||
<ListItem>
|
||||
<Stack direction="row">
|
||||
{accepted ? <Approved /> : <Denied />} {dept}
|
||||
</Stack>
|
||||
</ListItem>
|
||||
))}
|
||||
</UnorderedList>
|
||||
|
Loading…
x
Reference in New Issue
Block a user