File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
src/client/src/pages/DataView360/View Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ class View360 extends Component {
103
103
</ Grid >
104
104
< Grid container direction = { "row" } spacing = { 3 } >
105
105
< Grid item sm = { 4 } >
106
- < Grid className = { classes . stickyContainer } container direction = { "column" } alignItems = { "center" } >
106
+ < Grid className = { classes . stickyContainer } container direction = { "column" }
107
+ alignItems = { "center" } >
107
108
< Grid item >
108
109
< ContactInfo
109
110
participant = { _ . get ( this . state , 'participantData.contact_details' ) } />
@@ -138,11 +139,4 @@ class View360 extends Component {
138
139
}
139
140
}
140
141
141
- export default withRouter ( withStyles
142
-
143
- (
144
- customStyles
145
- ) (
146
- View360
147
- ) )
148
- ;
142
+ export default withRouter ( withStyles ( customStyles ) ( View360 ) ) ;
You can’t perform that action at this time.
0 commit comments