fix: some minor problems
This commit is contained in:
parent
3ea35434db
commit
86e344bb88
4 changed files with 7 additions and 5 deletions
|
@ -221,7 +221,7 @@ const instanceColor = computed(() => {
|
|||
};
|
||||
});
|
||||
|
||||
staffs.value = await misskeyApi('users/credits', {});
|
||||
staffs.value = await misskeyApiGet('users/credits');
|
||||
|
||||
watch(tab, () => {
|
||||
if (tab.value === 'charts') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue