Skip to content

Commit

Permalink
fix: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Nov 26, 2023
1 parent e6d5a29 commit cfe541b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/Components/PlayBoard/MyPlayBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export default function MyPlayBoard(props: PlayBoardProps) {

return (
<div>
<ShowCards all_hands={examples} board_number={1} doubleDummy={ShowTricksInstance} canClick>
<p>{predictedContract}</p>
<p>{predictedScore}</p>
</ShowCards>
</div>
)
}
4 changes: 2 additions & 2 deletions src/views/Analysis/BridgeSolverOnline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export default function BridgeSolver(props: BridgeSolverProps) {

return (
<>
<ShowCards all_hands={allHands} board_number={boardNumber} doubleDummy={ShowTricksInstance} >
{/* <ShowCards all_hands={allHands} board_number={boardNumber} doubleDummy={ShowTricksInstance} >
<p>{predictedContract}</p>
<p>{predictedScore}</p>
</ShowCards>
</ShowCards> */}
</>
)

Expand Down

0 comments on commit cfe541b

Please sign in to comment.