mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
lint fixes
This commit is contained in:
parent
448be7fb20
commit
97cd4053a7
@ -103,9 +103,7 @@
|
||||
selectable={$commitBoxOpen && !isUnapplied}
|
||||
on:close={() => {
|
||||
const selectedId = selected?.id;
|
||||
selectedFiles.update((fileIds) =>
|
||||
fileIds.filter((file) => file.id != selectedId)
|
||||
);
|
||||
selectedFiles.update((fileIds) => fileIds.filter((file) => file.id != selectedId));
|
||||
}}
|
||||
/>
|
||||
<Resizer
|
||||
|
@ -44,11 +44,11 @@
|
||||
icon="locked-small"
|
||||
color="warning"
|
||||
help="File changes cannot be moved because part of this file was already committed into this branch"
|
||||
border>Locked</Tag
|
||||
>Locked</Tag
|
||||
>
|
||||
{/if}
|
||||
{#if file.conflicted}
|
||||
<Tag icon="warning-small" color="error" border>Has conflicts</Tag>
|
||||
<Tag icon="warning-small" color="error">Has conflicts</Tag>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user