We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c5a1f commit b660d4cCopy full SHA for b660d4c
README.md
@@ -892,7 +892,7 @@ Other Style Guides
892
const itemHeight = (item) => item.height > 256 ? item.largeSize : item.smallSize;
893
894
// good
895
- const itemHeight = (item) => { return item.height > 256 ? item.largeSize : item.smallSize; }
+ const itemHeight = (item) => { return item.height > 256 ? item.largeSize : item.smallSize; };
896
```
897
898
**[⬆ back to top](#table-of-contents)**
0 commit comments