From 92693cb615268d7c42ca6df22ffd8c990e926458 Mon Sep 17 00:00:00 2001 From: Ivo Evans Date: Mon, 31 Aug 2020 16:11:39 +0100 Subject: [PATCH] fix(career paths template): Add error prevention Relates #81 #4 --- src/templates/CareerPath.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/CareerPath.tsx b/src/templates/CareerPath.tsx index 77fb87f..f1c6603 100644 --- a/src/templates/CareerPath.tsx +++ b/src/templates/CareerPath.tsx @@ -28,7 +28,7 @@ const CareerPath: React.FC = ({ data }) => {

Career Path Courses:

- + {lmiCode && } ); };