Skip to content

Commit

Permalink
correct Bootstrap class declaration #101
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Aug 19, 2024
1 parent c1f46c5 commit f7004f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/tasks/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ const Task = (props) => {
: assignee_username}
</Link>
) : (
<Col mt-1>Not assigned</Col>
<Col className={`mt-1`}>
Not assigned
</Col>
)}
</Col>

Expand Down

0 comments on commit f7004f7

Please sign in to comment.