Skip to content

Commit 46616b9

Browse files
committed
Remove excess value
1 parent aed674e commit 46616b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/team/[team]/(teamTabs)/settings/EditText.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!--
5555
some weird problems when doing server side rendering. Reduce jumping by rendering with less components
5656
-->
57-
<span bind:clientHeight={height}>{text} {height}</span>
57+
<span bind:clientHeight={height}>{text}</span>
5858
{/if}
5959

6060
<style>

0 commit comments

Comments
 (0)