mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
review updates
This commit is contained in:
@@ -6,7 +6,7 @@ const initialState = {
|
||||
|
||||
export default function reducer(state = initialState, action) {
|
||||
switch (action.type) {
|
||||
case actions.STARTED_ATTACH:
|
||||
case actions.START_ATTACH:
|
||||
return {
|
||||
inProgress: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user