Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Sep 25, 2024
1 parent 5e56afc commit 0ba72f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/components/CriteriaInstanceDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ReadableBlockName: React.FC<ReadableBlockNameProps> = ({ blockId }) => {
} else {
// TeacherTool.toolboxCategories has loaded and we still don't have a readable component.
// We won't be able to get it, so fallback to the id.
setBlockAsText({ parts: [ { kind: "label", content: blockId } ] });
setBlockAsText({ parts: [{ kind: "label", content: blockId }] });
}
}

Expand Down

0 comments on commit 0ba72f2

Please sign in to comment.