From e0b71829084513856cec76fc9fcc57c6e9370f60 Mon Sep 17 00:00:00 2001 From: Clark Winkelmann Date: Fri, 9 Feb 2018 02:53:05 +0100 Subject: [PATCH] Fix jsdoc for notification types --- framework/core/js/forum/src/components/NotificationGrid.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/core/js/forum/src/components/NotificationGrid.js b/framework/core/js/forum/src/components/NotificationGrid.js index 51397071d..df14de28e 100644 --- a/framework/core/js/forum/src/components/NotificationGrid.js +++ b/framework/core/js/forum/src/components/NotificationGrid.js @@ -31,7 +31,7 @@ export default class NotificationGrid extends Component { /** * Information about the available notification types. * - * @type {Object} + * @type {Array} */ this.types = this.notificationTypes().toArray(); @@ -196,6 +196,7 @@ export default class NotificationGrid extends Component { * Each notification type is an object which has the following properties: * * - `name` The name of the notification type. + * - `icon` The icon to display in the notification grid row. * - `label` The label to display in the notification grid row. * * @return {ItemList}