Skip to content

Commit

Permalink
Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Mar 25, 2024
1 parent 24c747b commit 69aaa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/widgets/WidgetBirthdayFollowings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const fetch = () => {
};
const actualFetch = () => {
if (!$i) {
if ($i == null) {
users.value = [];
fetching.value = false;
return;
Expand Down

0 comments on commit 69aaa39

Please sign in to comment.