Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot this one
  • Loading branch information
regalijan committed Jan 25, 2025
1 parent f5ee87d commit 3e9cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/inactivities.tsx
Expand Up @@ -131,7 +131,7 @@ export default function () {
<ListItem>
Is Hiatus: {currentInactivity.hiatus ? "Yes" : "No"}
</ListItem>
<ListItem>Reason: ${currentInactivity.reason}</ListItem>
<ListItem>Reason: {currentInactivity.reason}</ListItem>
<ListItem>
Decisions:
<br />
Expand Down

0 comments on commit 3e9cfb8

Please sign in to comment.