From 7b039d05ea16a48681fe006f5927a2482bb34564 Mon Sep 17 00:00:00 2001
From: ArtrenH <79058115+ArtrenH@users.noreply.github.com>
Date: Mon, 13 Nov 2023 07:36:32 +0100
Subject: [PATCH] comment teacher images out
---
client/src/components/Plan.svelte | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/client/src/components/Plan.svelte b/client/src/components/Plan.svelte
index 904b2d1..9b41a87 100644
--- a/client/src/components/Plan.svelte
+++ b/client/src/components/Plan.svelte
@@ -203,7 +203,8 @@
{/if}
- Plan für {plan_type_map[plan_type]} {plan_value}{#if plan_type === "teachers"}{#if full_teacher_name !== null}{` (${full_teacher_name})`}{/if}{#if teacher_image_path !== null}{/if}{/if} am {format_date(date)} ({info.week}-Woche)
+
+ Plan für {plan_type_map[plan_type]} {plan_value}{#if plan_type === "teachers"}{#if full_teacher_name !== null}{` (${full_teacher_name})`}{/if}{/if} am {format_date(date)} ({info.week}-Woche)
{/if}
{#if loading}