File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default function Page({ loaderData }: Route.ComponentProps) {
8989 return (
9090 < div className = "p-4" >
9191 { isAgari && (
92- < dialog id = "my_modal_1 " className = "modal" >
92+ < dialog id = "agari_modal " className = "modal" open >
9393 < div className = "modal-box" >
9494 < h3 className = "font-bold text-lg" > ツモ!</ h3 >
9595 < div className = "modal-action" >
@@ -104,7 +104,7 @@ export default function Page({ loaderData }: Route.ComponentProps) {
104104 </ dialog >
105105 ) }
106106 { isRyukyoku && (
107- < dialog id = "my_modal_1 " className = "modal" >
107+ < dialog id = "ryukyoku_modal " className = "modal" open >
108108 < div className = "modal-box" >
109109 < h3 className = "font-bold text-lg" > 流局</ h3 >
110110 < div className = "modal-action" >
You can’t perform that action at this time.
0 commit comments