diff --git a/frontend/src/app/ExecProfile.tsx b/frontend/src/app/ExecProfile.tsx
index 7c0db4a..a1f1fe1 100644
--- a/frontend/src/app/ExecProfile.tsx
+++ b/frontend/src/app/ExecProfile.tsx
@@ -27,7 +27,7 @@ const PositionStrings: string[] = [
export default function ExecProfile({ID, Name, ImageBuffer, Position, Description} : ExecProfileProps)
{
return (
-
+
diff --git a/frontend/src/app/about/AboutPage.tsx b/frontend/src/app/about/AboutPage.tsx
index ab34383..852198e 100644
--- a/frontend/src/app/about/AboutPage.tsx
+++ b/frontend/src/app/about/AboutPage.tsx
@@ -19,6 +19,7 @@ export function AboutPage({} : AboutPageProps)
const mainDispatch = useAppDispatch();
+ // fetch the profiles if not done already
useEffect(() => {
(async () => {
if (execProfiles.length < 1)