Skip to content

Commit

Permalink
save #89
Browse files Browse the repository at this point in the history
  • Loading branch information
langehm committed Jul 31, 2024
1 parent 2a24c06 commit a5e3629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BuisnessHours/MucBusinessHoursTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const props = withDefaults(
const hasOpenClass = computed(() =>
isOpen(props.businessHours, currentDay.value, currentTime.value)
? "m-business-hours-tile--has-closed"
: "m-business-hours-tile--is-open"
? "m-business-hours-tile--is-open"
: "m-business-hours-tile--has-closed"
);
</script>

Expand Down

0 comments on commit a5e3629

Please sign in to comment.