Skip to content

Commit 25ae3a5

Browse files
committed
Remove stray 'a' character
1 parent 9a4b6fc commit 25ae3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/Gameboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const gameboardItem = (gameboard: GameboardDTO, question: GameboardItem) => {
6161
export const GameboardViewer = ({gameboard, className}: {gameboard: GameboardDTO; className?: string}) => {
6262
return <RS.Row className={className}>
6363
<RS.Col lg={{size: 10, offset: 1}}>
64-
<RS.ListGroup className="link-list list-group-links list-gameboard">a
64+
<RS.ListGroup className="link-list list-group-links list-gameboard">
6565
{gameboard && gameboard.questions && gameboard.questions.map(
6666
gameboardItem.bind(null, gameboard)
6767
)}

0 commit comments

Comments
 (0)