[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-10-16 10:58:02 +00:00
committed by GitHub
parent 342b1d676e
commit 9925470663
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export const ShowSchedules = ({ id, scheduleType = "application" }: Props) => {
},
{
enabled: !!id,
}
},
);
const utils = api.useUtils();
@@ -163,7 +163,7 @@ export const ShowSchedules = ({ id, scheduleType = "application" }: Props) => {
})
.then(async () => {
await new Promise((resolve) =>
setTimeout(resolve, 1500)
setTimeout(resolve, 1500),
);
refetchSchedules();
})

View File

@@ -281,7 +281,7 @@ export const ImpersonationBar = () => {
<div className="flex items-center gap-4 flex-1 flex-wrap">
<Avatar className="h-10 w-10">
<AvatarImage
className="object-cover"
className="object-cover"
src={data?.user?.image || ""}
alt={data?.user?.name || ""}
/>

View File

@@ -44,7 +44,7 @@ export const UserNav = () => {
>
<Avatar className="h-8 w-8 rounded-lg">
<AvatarImage
className="object-cover"
className="object-cover"
src={data?.user?.image || ""}
alt={data?.user?.image || ""}
/>