Commit 66eabecb authored by Kushal Pandya's avatar Kushal Pandya

Fix lint error by formatting block comments

parent 584149fa
......@@ -30,19 +30,11 @@
default: 'bottom',
},
/**
<<<<<<< HEAD
* value could either be number or string
* as `memberCount` is always passed as string
* while `subgroupCount` & `projectCount`
* are always number
*/
=======
* value could either be number or string
* as `memberCount` is always passed as string
* while `subgroupCount` & `projectCount`
* are always number
*/
>>>>>>> upstream/master
value: {
type: [Number, String],
required: false,
......
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