fix: column name problem
This commit is contained in:
parent
956d0ad098
commit
803a8cce13
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export const MisshaiPage: React.VFC = () => {
|
|||
remoteFollowersOnly: data.remoteFollowersOnly,
|
||||
template: data.template,
|
||||
useRanking: data.useRanking,
|
||||
appendHastag: data.appendHashtag
|
||||
appendHashtag: data.appendHashtag
|
||||
});
|
||||
}
|
||||
}, [data]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue