Commit f9237abb authored by Filipa Lacerda's avatar Filipa Lacerda

Fix after review

parent 8bd3f526
...@@ -140,10 +140,7 @@ ...@@ -140,10 +140,7 @@
* @returns {Boolean} * @returns {Boolean}
*/ */
convertPermissionToBoolean(string) { convertPermissionToBoolean(string) {
if (string === 'true') { return string === 'true';
return true;
}
return false;
}, },
methods: { 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