From 2b3ec0d718aab1edfdd9a52bc7682db51250c5a5 Mon Sep 17 00:00:00 2001 From: Eero Holmala Date: Mon, 29 May 2023 12:20:09 +0300 Subject: [PATCH] Frontend: Fix Board compilation error --- web/Frontend/src/components/board.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Frontend/src/components/board.tsx b/web/Frontend/src/components/board.tsx index 7cd4229..bab1cb8 100644 --- a/web/Frontend/src/components/board.tsx +++ b/web/Frontend/src/components/board.tsx @@ -7,7 +7,7 @@ import Col from 'react-bootstrap/Col'; import SideNav from './sidenav'; import NavBar from './navbar'; -export default function Board(props) { +export default function Board() { return ( @@ -26,7 +26,7 @@ export default function Board(props) { Some quick example text to build on the card title and make up the - bulk of the card's content. + bulk of the card{"'"}s content.