]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/rounds/SeedButton.js
round titles
[alttp.git] / resources / js / components / rounds / SeedButton.js
index 1d68b6a833ca129caa9b481cf40182b8df488c46..d9d343304eca067fc7996fa72c940f187a85badc 100644 (file)
@@ -18,7 +18,7 @@ const SeedButton = ({ round, tournament, user }) => {
                        </Button>
                );
        }
-       if (maySetSeed(user, tournament)) {
+       if (maySetSeed(user, tournament, round)) {
                return <>
                        <SeedDialog
                                onHide={() => setShowDialog(false)}