Skip to content

Commit

Permalink
removed extra spaces causing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GiseleN523 committed Aug 20, 2024
1 parent b197397 commit 97988ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/Widgets/ActivityTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ export default forwardRef(function ActivityTable(
<Th></Th>
{showPublicStatus ? <Th>Visibility</Th> : null}
<Show above="md">
{" "}
{showAssignmentStatus ? <Th>Assignment Status</Th> : null}{" "}
{showAssignmentStatus ? <Th>Assignment Status</Th> : null}
</Show>
{showOwnerName || !suppressAvatar ? <Th>Owner</Th> : null}
<Th></Th>
Expand Down

0 comments on commit 97988ec

Please sign in to comment.