chore(client): tweak chart

This commit is contained in:
syuilo
2022-02-11 15:14:08 +09:00
parent bf4cdd71ce
commit 88e09ef380
2 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,6 @@ const props = withDefaults(defineProps<{
user: misskey.entities.User;
limit?: number;
}>(), {
limit: 40,
limit: 50,
});
</script>