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

Fix lint error by formatting block comments

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