summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-10-17 17:04:07 -0400
committerGitHub <noreply@github.com>2018-10-17 17:04:07 -0400
commit01cf4a5eb3308d662e1da81c8e035a9c82c85dfa (patch)
tree86345a923ee117d00114bdf38bd484c7f87c1cab /finished-application/frontend
parent8ea4c4eb5a5b64997bb78eb2c50c56fcd452ac3f (diff)
parentad3a1b1e2ba8ff6c593d79564eea6ab83cd6f365 (diff)
Merge pull request #106 from stern-shawn/fix/styledComponentsBabel
Removing dead Form.displayName code
Diffstat (limited to 'finished-application/frontend')
-rw-r--r--finished-application/frontend/components/styles/Form.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/finished-application/frontend/components/styles/Form.js b/finished-application/frontend/components/styles/Form.js
index 5717130..d14cdd7 100644
--- a/finished-application/frontend/components/styles/Form.js
+++ b/finished-application/frontend/components/styles/Form.js
@@ -66,6 +66,4 @@ const Form = styled.form`
}
`;
-Form.displayName = 'Form';
-
export default Form;