X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Frounds%2FSeedDialog.js;h=e181b64b132157f58f5d2460f21dc4abd1e99ac2;hb=d1f28ea443b090c7593791eba9631796ccaeafe1;hp=c4db7d3377da70beaeb04a7c680fb09fa24ee4c0;hpb=a907ef7c6676fef11f42933b2d79bdd496b20122;p=alttp.git diff --git a/resources/js/components/rounds/SeedDialog.js b/resources/js/components/rounds/SeedDialog.js index c4db7d3..e181b64 100644 --- a/resources/js/components/rounds/SeedDialog.js +++ b/resources/js/components/rounds/SeedDialog.js @@ -27,6 +27,8 @@ const SeedDialog = ({ SeedDialog.propTypes = { onHide: PropTypes.func, + participant: PropTypes.shape({ + }), round: PropTypes.shape({ }), show: PropTypes.bool,