const intialState = { returned: [] } const showOnReviewSlice = createSlice({ name: 'showOnReview', initialState, reducers: { reset: state => initialState } });