]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/rounds/SeedDialog.js
round titles
[alttp.git] / resources / js / components / rounds / SeedDialog.js
index c4db7d3377da70beaeb04a7c680fb09fa24ee4c0..2ee36588bb2a21fe617bc796a08f0320ac686dec 100644 (file)
@@ -8,7 +8,6 @@ import i18n from '../../i18n';
 
 const SeedDialog = ({
        onHide,
-       participant,
        round,
        show,
 }) =>
@@ -20,7 +19,6 @@ const SeedDialog = ({
        </Modal.Header>
        <SeedForm
                onCancel={onHide}
-               participant={participant}
                round={round}
        />
 </Modal>;