Commit f9237abb authored by Filipa Lacerda's avatar Filipa Lacerda

Fix after review

parent 8bd3f526
......@@ -140,10 +140,7 @@
* @returns {Boolean}
*/
convertPermissionToBoolean(string) {
if (string === 'true') {
return true;
}
return false;
return string === 'true';
},
methods: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment