-
Notifications
You must be signed in to change notification settings - Fork 71
Bugfix/remove linter erros #339
Bugfix/remove linter erros #339
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DatePicker
is waiting the PR related to #337. So how about dealing with only Badges here?
main/Badge/index.tsx
Outdated
@@ -22,38 +24,44 @@ export interface BadgeProps extends StyleProps{ | |||
const StyledView = styled.View<StyleProps>` | |||
position: absolute; | |||
top: -15px; | |||
${(props) => props.badgePlacement}: -10px; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meaningless empty line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thk u for comment! resolved in 4330880
main/Badge/index.tsx
Outdated
@@ -1,7 +1,9 @@ | |||
import React, { FC } from 'react'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved in 4330880
Sounds great! i reverted commits about DatePicker |
@greatSumini Good! Could you update a doc? Cause |
resolved in 62b32b7 😄 |
Description
remove linter errors, update snapshots for Badge, DatePicker component
Related Issues
x
Tests
I added the following tests:
x
Checklist
Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.yarn test
oryarn test -u
if you need to update snapshot.yarn lint