lint/format

This commit is contained in:
Jon Staab
2024-10-24 09:58:43 -07:00
parent fa8799e406
commit edeb573caa
11 changed files with 17 additions and 23 deletions
+3 -5
View File
@@ -1,9 +1,8 @@
<script lang="ts">
import {nip19} from "nostr-tools"
import {goto} from '$app/navigation'
import {ctx} from '@welshman/lib'
import {goto} from "$app/navigation"
import {ctx} from "@welshman/lib"
import Icon from "@lib/components/Icon.svelte"
import FieldInline from "@lib/components/FieldInline.svelte"
import Button from "@lib/components/Button.svelte"
import ModalHeader from "@lib/components/ModalHeader.svelte"
import ModalFooter from "@lib/components/ModalFooter.svelte"
@@ -18,8 +17,7 @@
const back = () => history.back()
const onSubmit = () =>
goto(makeRoomPath(url, selection) + '?content=nostr:' + nevent)
const onSubmit = () => goto(makeRoomPath(url, selection) + "?content=nostr:" + nevent)
const toggleRoom = (room: string) => {
selection = room === selection ? "" : room