mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
clean-up: Remove unnecessary function declaration
This commit is contained in:
parent
3bed869ded
commit
9f6672b4e3
@ -24,8 +24,6 @@
|
||||
modal?.show();
|
||||
}
|
||||
|
||||
function onClose() {}
|
||||
|
||||
async function updateBaseBranch() {
|
||||
let infoText = await branchController.updateBaseBranch();
|
||||
if (infoText) {
|
||||
@ -34,7 +32,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<IntegrateUpstreamModal bind:this={modal} {onClose} />
|
||||
<IntegrateUpstreamModal bind:this={modal} />
|
||||
|
||||
{#if displayButton}
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user