Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D committed Oct 21, 2024
1 parent ef7af0f commit 21ac4ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class OwnerEditor extends React.Component<

// check if rendering an owner category that lacks any entries
let isEmptySection = false;

if (section !== null) {
isEmptySection = Object.keys(itemProps).every(
(key) =>
Expand Down

0 comments on commit 21ac4ef

Please sign in to comment.