Skip to content

Commit

Permalink
fix(GoalCriteria): correct align in criteria list item
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaEats committed Oct 11, 2023
1 parent 39c3de5 commit eaffa2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GoalCriteria/GoalCriteria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const GoalCriteriaItem: React.FC<GoalCriteriaItemProps> = (props) => {
actions={availableActions}
onActionClick={handleChange}
item={itemToRender}
align="center"
rawIcon={
goalAsCriteria ? undefined : (
<GoalCriteriaCheckBox onClick={onToggle} checked={item.isDone} canEdit={canEdit} />
Expand Down

0 comments on commit eaffa2a

Please sign in to comment.