Fixed: Loading placeholders all the same width

This commit is contained in:
Tom Moor
2018-01-15 14:49:32 -08:00
committed by GitHub
parent 44ddf6de95
commit 3d93ce3881

View File

@@ -13,7 +13,7 @@ class Mask extends Component {
return false;
}
componentWillmount() {
componentWillMount() {
this.width = randomInteger(75, 100);
}