Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Jul 5, 2024
1 parent 3ba0294 commit 5c3d590
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
v-if="!allSites"
v-model="selectedSiteNavigation"
:all-sites="allSites"
:class="!allSites && 'mb-8' || ''" />
:class="!allSites && 'mb-8'" />
<site-navigation-page-suggester
:page="selectedPage"
:all-sites="allSites"
:site-type="selectedSiteNavigation?.siteType"
:site-name="selectedSiteNavigation?.name"
class="" />
:site-name="selectedSiteNavigation?.name" />
</div>
</template>

Expand Down

0 comments on commit 5c3d590

Please sign in to comment.