]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/users/EditStreamLinkForm.js
compact keysanity tracker
[alttp.git] / resources / js / components / users / EditStreamLinkForm.js
index 78219ac2f3a498ea64bbaa54f296a533838d3d3b..0bc60a5fba85bb42af4b0f6d0c3496e6209c4974 100644 (file)
@@ -70,7 +70,7 @@ EditStreamLinkForm.propTypes = {
 };
 
 export default withFormik({
-       displayName: 'SeedForm',
+       displayName: 'StreamLinkForm',
        enableReinitialize: true,
        handleSubmit: async (values, actions) => {
                const { user_id, stream_link } = values;