]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/rounds/SeedDialog.js
allow admins to lock/unlock rounds
[alttp.git] / resources / js / components / rounds / SeedDialog.js
index c4db7d3377da70beaeb04a7c680fb09fa24ee4c0..e181b64b132157f58f5d2460f21dc4abd1e99ac2 100644 (file)
@@ -27,6 +27,8 @@ const SeedDialog = ({
 
 SeedDialog.propTypes = {
        onHide: PropTypes.func,
+       participant: PropTypes.shape({
+       }),
        round: PropTypes.shape({
        }),
        show: PropTypes.bool,