Fixed: Loading placeholders all the same width
This commit is contained in:
@@ -13,7 +13,7 @@ class Mask extends Component {
|
||||
return false;
|
||||
}
|
||||
|
||||
componentWillmount() {
|
||||
componentWillMount() {
|
||||
this.width = randomInteger(75, 100);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user