]> git.localhorst.tv Git - alttp.git/commitdiff
fix lock button
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 20 Mar 2022 23:04:15 +0000 (00:04 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 20 Mar 2022 23:04:15 +0000 (00:04 +0100)
resources/js/components/rounds/LockButton.js

index a7a60fb1ae44ef1026269bb604027e7dc1b7b9c4..38411ebb0b1b83d27c13f9927fdb21943fe33b1e 100644 (file)
@@ -29,6 +29,7 @@ const LockButton = ({
                        onHide={() => setShowDialog(false)}
                        round={round}
                        show={showDialog}
+                       tournament={tournament}
                />
                <Button
                        onClick={() => setShowDialog(true)}