File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ export function mercureOpen(eventSource) {
77
77
export function mercureMessage ( retrieved ) {
78
78
return dispatch => {
79
79
if ( 1 === Object . keys ( retrieved ) . length ) {
80
+ // A displayed item has been deleted
80
81
dispatch ( list ( ) ) ;
81
-
82
82
return ;
83
83
}
84
84
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ export function mercureOpen(eventSource) {
71
71
export function mercureMessage ( retrieved ) {
72
72
return dispatch => {
73
73
if ( 1 === Object . keys ( retrieved ) . length ) {
74
+ // The displayed item has been deleted
74
75
dispatch ( push ( '..' ) ) ;
75
-
76
76
return ;
77
77
}
78
78
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export function mercureOpen(eventSource) {
124
124
export function mercureMessage ( retrieved ) {
125
125
return dispatch => {
126
126
if ( 1 === Object . keys ( retrieved ) . length ) {
127
+ // The displayed item has been deleted
127
128
dispatch ( push ( '..' ) ) ;
128
129
return ;
129
130
}
You can’t perform that action at this time.
0 commit comments