From: Daniel Karbach Date: Sun, 20 Mar 2022 23:04:15 +0000 (+0100) Subject: fix lock button X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=17847098a56367f0c11bfc2197a6c7b453d2fa4a;p=alttp.git fix lock button --- diff --git a/resources/js/components/rounds/LockButton.js b/resources/js/components/rounds/LockButton.js index a7a60fb..38411eb 100644 --- a/resources/js/components/rounds/LockButton.js +++ b/resources/js/components/rounds/LockButton.js @@ -29,6 +29,7 @@ const LockButton = ({ onHide={() => setShowDialog(false)} round={round} show={showDialog} + tournament={tournament} />