Merged in fix/linting (pull request #2708)
Fix/linting * fix import issues and add lint check no-extraneous-dependencies * fix use type HotelType instead of string Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -556,7 +556,6 @@ export const TextWithIcon: Story = {
|
||||
args: {
|
||||
onPress: fn(),
|
||||
children: (
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
<>
|
||||
Text with icon
|
||||
<MaterialIcon icon="chevron_right" size={24} color="CurrentColor" />
|
||||
@@ -578,7 +577,6 @@ export const TextWithIconInverted: Story = {
|
||||
args: {
|
||||
onPress: fn(),
|
||||
children: (
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
<>
|
||||
Text with icon
|
||||
<MaterialIcon icon="chevron_right" size={24} color="CurrentColor" />
|
||||
|
||||
Reference in New Issue
Block a user