Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benitsch committed Jul 3, 2024
1 parent 8aeeedd commit 77568b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/shared/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Licensed under the Elastic License 2.0. */
</script>

<template>
<header class="more-header py-2 shadow-md" :class="[{ [studyStore.studyStatus]: !checkRoute('Dashboard') }]">
<header
class="more-header py-2 shadow-md"
:class="[{ [studyStore.studyStatus]: !checkRoute('Dashboard') }]"
>
<div class="container m-auto flex justify-between px-10">
<router-link to="/">
<div class="logo cursor-pointer">
Expand Down

0 comments on commit 77568b5

Please sign in to comment.