Skip to content

Commit 0af13c4

Browse files
committed
changed comment text in alerts.js
1 parent 0ce9f3c commit 0af13c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const filterInlineAlerts = alertsList => (
4242
const reducer = function (state, action) {
4343
if (typeof state === 'undefined') state = initialState;
4444
switch (action.type) {
45-
case SHOW_ALERT: { // shows standard and inline alerts
45+
case SHOW_ALERT: { // intended to show standard and inline alerts, but not extensions
4646
const alertId = action.alertId;
4747
if (alertId) {
4848
const newAlert = {

0 commit comments

Comments
 (0)