diff --git a/README.md b/README.md index 0a0889a..3e24e38 100755 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ The document is being written, please refer to the example source code. ## AlbumView ![](https://github.com/rilyu/teaset/blob/master/screenshots/14a-AlbumView1.png?raw=true) ![](https://github.com/rilyu/teaset/blob/master/screenshots/14a-AlbumView2.png?raw=true) +## Wheel +![](https://github.com/rilyu/teaset/blob/master/screenshots/14b-Wheel.png?raw=true) + ## Overlay ![](https://github.com/rilyu/teaset/blob/master/screenshots/15-Overlay1.png?raw=true) ![](https://github.com/rilyu/teaset/blob/master/screenshots/15-Overlay2.png?raw=true) ![](https://github.com/rilyu/teaset/blob/master/screenshots/15-Overlay3.png?raw=true) ![](https://github.com/rilyu/teaset/blob/master/screenshots/15-Overlay6.png?raw=true) diff --git a/components/ListRow/ListRow.js b/components/ListRow/ListRow.js index 8b70e58..535875a 100644 --- a/components/ListRow/ListRow.js +++ b/components/ListRow/ListRow.js @@ -86,7 +86,8 @@ export default class ListRow extends Component { //title if (titlePlace === 'none') { title = null; - } if (typeof title === 'string' || typeof title === 'number') { + } + if (typeof title === 'string' || typeof title === 'number') { let textStyle = (!detail && titlePlace === 'left') ? {flexGrow: 1, flexShrink: 1} : null; title =