Skip to content

Commit

Permalink
feat: set back equality for legacy header
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 24, 2025
1 parent 03ee576 commit 096fb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ onMounted(() => {
})
</script>
<template>
<div v-if="props.legacyHeader && state.loaded">
<div v-if="props.legacyHeader === 'true' && state.loaded">
<iframe
class="w-full"
v-bind:src="`${props.legacyUrl}${
Expand Down

0 comments on commit 096fb36

Please sign in to comment.