Fix pnpm run test

https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors tells me this is a way to do this, so I'm not getting my developer license revoked just yet, hopefully?
This commit is contained in:
Maddie 2024-07-15 08:13:03 +02:00
parent c00d768e08
commit 069c8a6143

View file

@ -163,7 +163,7 @@ export default definePlugin({
style: {
borderRadius: "50%",
transform: "scale(0.9)", // The image is a bit too big compared to default badges
objectFit: "contain" // Do not crop non-square images
["objectFit" as any]: "contain" // Do not crop non-square images
}
},
onClick() {