From cfe541be624ed9abca8c5e6ea8b22bf9c5e3cb7e Mon Sep 17 00:00:00 2001 From: S-N-O-R-L-A-X Date: Sun, 26 Nov 2023 12:57:42 +0800 Subject: [PATCH] fix: fix pipeline --- src/Components/PlayBoard/MyPlayBoard.tsx | 4 ---- src/views/Analysis/BridgeSolverOnline.tsx | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) 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}

-
+
*/} )