Finished updating the reformatting of propTypes and set redux, intl functions to end of component

• Finished:
- updating the reformatting of propTypes and set redux, intl functions to end of component

• Removed:
- Gif implementation
This commit is contained in:
mgabdev
2020-08-18 19:22:15 -05:00
parent e21a6ff897
commit 99982c0391
102 changed files with 2540 additions and 3285 deletions

View File

@@ -36,7 +36,7 @@ class ProfileLayout extends ImmutablePureComponent {
const mainContentClasses = CX({
d: 1,
width645PX: !noSidebar,
w645PX: !noSidebar,
w1015PX: noSidebar,
z1: 1,
})