summaryrefslogtreecommitdiff
path: root/frontend/src/containers/auth/ProfileName.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/auth/ProfileName.js')
-rw-r--r--frontend/src/containers/auth/ProfileName.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/auth/ProfileName.js b/frontend/src/containers/auth/ProfileName.js
index 8511a9b1..06da75ab 100644
--- a/frontend/src/containers/auth/ProfileName.js
+++ b/frontend/src/containers/auth/ProfileName.js
@@ -1,7 +1,7 @@
import React from 'react'
import { connect } from 'react-redux'
-const mapStateToProps = state => {
+const mapStateToProps = (state) => {
return {
text: state.auth.givenName + ' ' + state.auth.familyName,
}