mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
typo
This commit is contained in:
@@ -45,7 +45,7 @@ export const loadMore = (fetchMore) => ({limit = 10, cursor, sort, tab, asset_id
|
||||
variables.statuses = null;
|
||||
break;
|
||||
case 'accepted':
|
||||
varaibles.statuses = ['ACCEPTED'];
|
||||
variables.statuses = ['ACCEPTED'];
|
||||
break;
|
||||
case 'premod':
|
||||
variables.statuses = ['PREMOD'];
|
||||
|
||||
Reference in New Issue
Block a user