Fix jsdocs
This commit is contained in:
parent
b5212bb6cd
commit
6fb5c4bc29
|
@ -4,8 +4,9 @@ import React, { Component } from 'react';
|
|||
import { ActivityIndicator } from 'react-native';
|
||||
|
||||
/**
|
||||
* Simple wrapper around React Native's {@code ActivityIndicator}, which
|
||||
* displays an animated (large) loading indicator.
|
||||
* An animated, large react-native {@link ActivityIndicator} which is considered
|
||||
* a suitable visualization of long-running processes with indeterminate amounts
|
||||
* of work to be done.
|
||||
*/
|
||||
export default class LoadingIndicator extends Component {
|
||||
/**
|
||||
|
|
|
@ -16,7 +16,7 @@ class PageReloadFilmstripOnlyOverlay extends AbstractPageReloadOverlay {
|
|||
* Implements React's {@link Component#render()}.
|
||||
*
|
||||
* @inheritdoc
|
||||
* @returns {ReactElement|null}
|
||||
* @returns {ReactElement}
|
||||
*/
|
||||
render() {
|
||||
const { t } = this.props;
|
||||
|
|
|
@ -16,7 +16,7 @@ class PageReloadOverlay extends AbstractPageReloadOverlay {
|
|||
* Implements React's {@link Component#render()}.
|
||||
*
|
||||
* @inheritdoc
|
||||
* @returns {ReactElement|null}
|
||||
* @returns {ReactElement}
|
||||
*/
|
||||
render() {
|
||||
const { isNetworkFailure, t } = this.props;
|
||||
|
|
Loading…
Reference in New Issue