Skip to content

Commit f9eb34c

Browse files
committed
fix lint
1 parent bc96c17 commit f9eb34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-ui/src/vue/components/avatar/Avatar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ withDefaults(defineProps<{
2626
* Size of the avatar image
2727
* medium by default
2828
*/
29-
size: 'medium' | 'small'
29+
size: 'medium' | 'small';
3030
}>(),
3131
{
3232
src: undefined,

0 commit comments

Comments
 (0)