fix lint issue

This commit is contained in:
Maurits Lourens 2021-08-18 11:24:25 +02:00
parent 19eeda608f
commit e1ef03f55d
1 changed files with 1 additions and 3 deletions

View File

@ -96,9 +96,7 @@
onConfirm={updateApp}
disabled={!(valid && dirty)}
>
<Body size="S">
Update the name of your app.
</Body>
<Body size="S">Update the name of your app.</Body>
<Input
bind:value={$values.name}
error={$touched.name && $errors.name}