fix inverted attribution condition

This commit is contained in:
Jakob Hofer
2025-03-03 22:52:45 +00:00
parent bb28ef4846
commit 2abe1eeb1f

View File

@@ -5,7 +5,7 @@
let { proOptions, position = 'bottom-right' }: AttributionProps = $props();
</script>
{#if proOptions?.hideAttribution}
{#if !proOptions?.hideAttribution}
<Panel
{position}
class="svelte-flow__attribution"