From 2d5f3a27dbb029ac195adb6f861bb7dedca49827 Mon Sep 17 00:00:00 2001 From: Konstantinos Platis Date: Mon, 8 Apr 2024 17:30:43 +0200 Subject: [PATCH] fix issue --- src/components/VirtualLab/VirtualLabHomePage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VirtualLab/VirtualLabHomePage/index.tsx b/src/components/VirtualLab/VirtualLabHomePage/index.tsx index 13519cc7b..1ffee6815 100644 --- a/src/components/VirtualLab/VirtualLabHomePage/index.tsx +++ b/src/components/VirtualLab/VirtualLabHomePage/index.tsx @@ -77,7 +77,7 @@ export default function VirtualLabHomePage({ id }: Props) { } title="Creation date" - detail={virtualLab.creationDate} + detail={virtualLab.created_at} />