diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-10-17 17:04:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-17 17:04:07 -0400 |
| commit | 01cf4a5eb3308d662e1da81c8e035a9c82c85dfa (patch) | |
| tree | 86345a923ee117d00114bdf38bd484c7f87c1cab /finished-application/frontend | |
| parent | 8ea4c4eb5a5b64997bb78eb2c50c56fcd452ac3f (diff) | |
| parent | ad3a1b1e2ba8ff6c593d79564eea6ab83cd6f365 (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.js | 2 |
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; |
