fix inverted attribution condition

This commit is contained in:
Jakob Hofer
2025-03-03 22:52:45 +00:00
parent bb28ef4846
commit 2abe1eeb1f
@@ -5,7 +5,7 @@
let { proOptions, position = 'bottom-right' }: AttributionProps = $props(); let { proOptions, position = 'bottom-right' }: AttributionProps = $props();
</script> </script>
{#if proOptions?.hideAttribution} {#if !proOptions?.hideAttribution}
<Panel <Panel
{position} {position}
class="svelte-flow__attribution" class="svelte-flow__attribution"