This commit is contained in:
srgooglo 2022-06-02 20:50:02 +02:00
parent b8436056c8
commit eb9b2f4277

View File

@ -87,7 +87,7 @@ export default class PostsFeed extends React.Component {
if (this.state.list.length === 0) {
return <div>
<antd.Empty />
<antd.Empty />
<h1>Whoa, nothing on here...</h1>
</div>
}