From 673bd6e85b3b20b35bd985863d9c037992d8e145 Mon Sep 17 00:00:00 2001 From: Zoe Daniels <7177924+zkdan@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:51:12 -0500 Subject: [PATCH] Update main.tsx eFP= > EFP --- Eplant/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eplant/main.tsx b/Eplant/main.tsx index e4680b99..10e181c9 100644 --- a/Eplant/main.tsx +++ b/Eplant/main.tsx @@ -27,7 +27,7 @@ const userViews = [ PublicationViewer, DebugView, PlantEFP, - CelleFP, + CellEFP, ExperimentEFP, ]