Remove use of LoadingIndicator
This commit is contained in:
parent
6d5d0df1c0
commit
c3e04ecf87
3 changed files with 1 additions and 9 deletions
|
@ -121,7 +121,6 @@ export class MediaGallery extends React.Component<Props, State> {
|
|||
const type = selectedTab;
|
||||
|
||||
if (!messages || messages.length === 0) {
|
||||
// return <LoadingIndicator />;
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue