From 2246b16cf41ea2b88ed534dc3abba6c6457512fa Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 24 Jan 2018 23:34:53 +0100 Subject: [PATCH] Add some comments --- client/coral-admin/src/actions/community.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-admin/src/actions/community.js b/client/coral-admin/src/actions/community.js index 82a74daf3..9a0452ea1 100644 --- a/client/coral-admin/src/actions/community.js +++ b/client/coral-admin/src/actions/community.js @@ -70,6 +70,7 @@ export const hideRejectUsernameDialog = () => ({ type: HIDE_REJECT_USERNAME_DIALOG, }); +// Enable or disable the activity indicator subscriptions. export const setIndicatorTrack = track => ({ type: SET_INDICATOR_TRACK, track,