Skip to content

Commit

Permalink
Revert tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Dec 6, 2024
1 parent f366700 commit 63120a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/renderer-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function emptyWidgetsFunctional(
locale,
);

if (score != null) {
if (score) {
return scoreIsEmpty(score);
}
});
Expand Down

0 comments on commit 63120a9

Please sign in to comment.