Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpgreen2 committed Dec 7, 2023
1 parent 3c43eb1 commit 0902116
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,13 @@
$: hasErrors = getFileHasErrors(queryClient, $runtime.instanceId, filePath);
let headerWidth: number;
function isHeaderWidthSmall(width: number) {
return width < 800;
}
</script>

<div class="grid items-center" style:grid-template-columns="auto max-content">
<WorkspaceHeader
{...{ titleInput: sourceName, onChangeCallback }}
>
<WorkspaceHeader {...{ titleInput: sourceName, onChangeCallback }}>
<svelte:fragment slot="workspace-controls">
{#if $refreshSourceMutation.isLoading}
Refreshing...
Expand Down

0 comments on commit 0902116

Please sign in to comment.