mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Why did you try to change constant value LOL
This commit is contained in:
parent
fb1d20dd96
commit
09184f93df
@ -13,7 +13,7 @@ const App = () => {
|
||||
fetchData();
|
||||
}, []);
|
||||
const str = JSON.stringify(data)
|
||||
const status = 0
|
||||
let status = 0
|
||||
if (str.indexOf("status") !== -1){
|
||||
status = data.members && data.members[0].status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user