We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a905b25 commit b36b2bfCopy full SHA for b36b2bf
src/amo/components/Categories.js
@@ -60,6 +60,11 @@ export class CategoriesBase extends React.Component {
60
61
return (
62
<div className="Categories">
63
+ {loading ? (
64
+ <div className="Categories-loadingText">
65
+ {i18n.gettext('Loading categories.')}
66
+ </div>
67
+ ) : null}
68
<ul className="Categories-list"
69
ref={(ref) => { this.categories = ref; }}>
70
{categories.map((category) => (
0 commit comments