Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
Signed-off-by: jgeorgi <[email protected]>
  • Loading branch information
JustinGeorgi committed Sep 27, 2023
1 parent 0383962 commit e047d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<widget-context v-else-if="($store.state.pagePath).indexOf('widgets')>=0" />
<transform-context v-else-if="($store.state.pagePath).indexOf('transformations')>=0" />
<addon-context v-else-if="($store.state.pagePath).indexOf('addons')>=0" />
<default-context v-else/>
<default-context v-else />
</f7-block>
<f7-block>
<f7-block-title class="padding-horizontal" medium>
Expand Down

0 comments on commit e047d39

Please sign in to comment.