Files
flotilla/src/app/components/RoomName.svelte
T
2025-10-30 15:36:14 -07:00

8 lines
163 B
Svelte

<script lang="ts">
import {roomsById, makeRoomId} from "@app/core/state"
const {url, h} = $props()
</script>
{$roomsById.get(makeRoomId(url, h))?.name || h}