mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 08:07:11 -05:00
svelte-check doesn't want a CSS string
This commit is contained in:
parent
0e4dae8ee1
commit
bbff62bf32
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
<svg
|
<svg
|
||||||
bind:this={svg}
|
bind:this={svg}
|
||||||
viewBox={`0 0 ${bounds.width} ${bounds.height}`}
|
viewBox={`0 0 ${bounds.width} ${bounds.height}`}
|
||||||
style="opacity: {graphData.totalCards ? 1 : 0}">
|
style={{ opacity: graphData.totalCards ? 1 : 0 }}>
|
||||||
<g class="days" />
|
<g class="days" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue