diff --git a/src/Components/PlayBoard/MyPlayBoard.tsx b/src/Components/PlayBoard/MyPlayBoard.tsx index 433395a..5bd1cdd 100644 --- a/src/Components/PlayBoard/MyPlayBoard.tsx +++ b/src/Components/PlayBoard/MyPlayBoard.tsx @@ -18,10 +18,6 @@ export default function MyPlayBoard(props: PlayBoardProps) { return (
- -

{predictedContract}

-

{predictedScore}

-
) } \ No newline at end of file diff --git a/src/views/Analysis/BridgeSolverOnline.tsx b/src/views/Analysis/BridgeSolverOnline.tsx index fbbf987..85dd5ac 100644 --- a/src/views/Analysis/BridgeSolverOnline.tsx +++ b/src/views/Analysis/BridgeSolverOnline.tsx @@ -46,10 +46,10 @@ export default function BridgeSolver(props: BridgeSolverProps) { return ( <> - + {/*

{predictedContract}

{predictedScore}

-
+
*/} )