Linting.
This commit is contained in:
parent
c832ed36d4
commit
c7ba0a9cce
|
@ -18,7 +18,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="root">
|
<div class="root">
|
||||||
{#if $store.currentFrontEndType === "layout" || $allScreens.length}
|
{#if $store.currentFrontEndType === 'layout' || $allScreens.length}
|
||||||
<div class="switcher">
|
<div class="switcher">
|
||||||
<button
|
<button
|
||||||
class:selected={selected === COMPONENT_SELECTION_TAB}
|
class:selected={selected === COMPONENT_SELECTION_TAB}
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
{:else if tab === 'LAYOUTS'}
|
{:else if tab === 'LAYOUTS'}
|
||||||
<Layout />
|
<Layout />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
</Switcher>
|
</Switcher>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -61,8 +60,8 @@
|
||||||
<!-- <Modal bind:this={modal}> -->
|
<!-- <Modal bind:this={modal}> -->
|
||||||
<!-- <NewScreenModal /> -->
|
<!-- <NewScreenModal /> -->
|
||||||
<!-- </Modal> -->
|
<!-- </Modal> -->
|
||||||
<!-- {/if} -->
|
|
||||||
|
|
||||||
|
<!-- {/if} -->
|
||||||
<style>
|
<style>
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
console.log({
|
console.log({
|
||||||
validScreen,
|
validScreen,
|
||||||
currentScreenId,
|
currentScreenId,
|
||||||
componentIds
|
componentIds,
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!validScreen) {
|
if (!validScreen) {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
class Integration {
|
class Integration {
|
||||||
constructor() {
|
constructor() {}
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue