Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 2003dc7

Browse files
committed
Prettier changes.
1 parent d973dc0 commit 2003dc7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Tags/Input.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Input = (props) => {
2626
/>
2727
</View>
2828
);
29-
29+
3030
};
3131

32-
export {Input};
32+
export { Input };
3333
export default Input;

Tags/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ class Tags extends React.Component {
109109
return renderTag(tagProps);
110110
})}
111111

112-
{!readonly
113-
&& maxNumberOfTags > this.state.tags.length
114-
&&
115-
<Input
116-
value={this.state.text}
117-
onChangeText={this.onChangeText}
118-
onSubmitEditing={this.onSubmitEditing}
119-
{...this.props}
120-
/>
112+
{!readonly
113+
&& maxNumberOfTags > this.state.tags.length
114+
&&
115+
<Input
116+
value={this.state.text}
117+
onChangeText={this.onChangeText}
118+
onSubmitEditing={this.onSubmitEditing}
119+
{...this.props}
120+
/>
121121
}
122122

123123
</View>

0 commit comments

Comments
 (0)