Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1326 from benetech/feature/#1206
Browse files Browse the repository at this point in the history
#1206 - fix array in attribute
  • Loading branch information
rupeshparab authored Jul 23, 2020
2 parents aaf51e7 + fa23a54 commit 30e2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class App extends Component {
name,
userType: getFormattedUserType(userType),
userRole: role,
grades,
grades: grades && grades.join(','),
};
return (
<React.Fragment>
Expand Down

0 comments on commit 30e2155

Please sign in to comment.