fix: formatting

This commit is contained in:
EETagent 2023-01-26 21:17:42 +01:00
parent ece2d12555
commit 4d060a62fd

View file

@ -18,7 +18,6 @@ onMount(async () => {
export let selectedSchool: School; export let selectedSchool: School;
export let schoolName: string = selectedSchool.name; export let schoolName: string = selectedSchool.name;
$: selectedSchool.name = schoolName; $: selectedSchool.name = schoolName;
</script> </script>
<div class="flex flex-row"> <div class="flex flex-row">