Skip to content

Commit

Permalink
fix: don't show checklist hint on channel current order page
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 19, 2024
1 parent d8d006f commit 68e5119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/SidebarHint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function SidebarHint() {
const openChecklistItems = checklistItems.filter((x) => !x.checked);
if (
!location.pathname.startsWith("/home") &&
!location.pathname.startsWith("/channels/order") &&
!isLoading &&
openChecklistItems.length
) {
Expand Down

0 comments on commit 68e5119

Please sign in to comment.