refac: styling
This commit is contained in:
@@ -58,8 +58,6 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="w-full max-h-full">
|
||||
{#key prompt}
|
||||
<PromptEditor {prompt} {onSubmit} />
|
||||
{/key}
|
||||
</div>
|
||||
{#key prompt}
|
||||
<PromptEditor {prompt} {onSubmit} />
|
||||
{/key}
|
||||
|
||||
@@ -44,8 +44,6 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="w-full max-h-full">
|
||||
{#if prompt}
|
||||
<PromptEditor {prompt} {onSubmit} edit />
|
||||
{/if}
|
||||
</div>
|
||||
{#if prompt}
|
||||
<PromptEditor {prompt} {onSubmit} edit />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user