fix: binding issue
This commit is contained in:
parent
419fde1a10
commit
9faba7dbd3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
<SuggestionInput roomId={data.roomId} />
|
<SuggestionInput roomId={data.roomId} />
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full py-6 lg:w-[30vw]">
|
<div class="w-full py-6 lg:w-[30vw]">
|
||||||
<SuggestionList {suggestions} roomId={data.roomId} />
|
<SuggestionList bind:suggestions roomId={data.roomId} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue