Skip to content

Commit

Permalink
fix yet another lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro committed Apr 18, 2021
1 parent 2be1c81 commit 266f295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export function findLastEnabledItem(items: Item[], excludeId?: string) {
.find((item) => !item.disabled && item.id !== excludeId);
}
return items.reverse().find((item) => !item.disabled);
}
}

0 comments on commit 266f295

Please sign in to comment.