Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
Signed-off-by: jgeorgi <justin.georgi@gmail.com>
  • Loading branch information
JustinGeorgi committed Sep 24, 2023
1 parent d82d2ca commit 75bff32
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 75bff32

Please sign in to comment.