We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a9d80 commit 4caf3b7Copy full SHA for 4caf3b7
1 file changed
sample.js
@@ -115,13 +115,13 @@ const hoge = () => {
115
);
116
}
117
118
- const SearchBar = ({
119
- options,
120
- selected,
121
- handleSearch
122
- }) => {
123
- const a = 'hi';
124
- console.log(a);
125
- }
+const SearchBar = ({
+ options,
+ selected,
+ handleSearch
+}) => {
+ const a = 'hi';
+ console.log(a);
+}
126
127
export default Hoge;
0 commit comments