Format code.

This commit is contained in:
Paul
2021-07-06 19:29:27 +01:00
parent 1fcf4df1ed
commit 67d3fb35a4
27 changed files with 188 additions and 116 deletions

View File

@@ -277,7 +277,7 @@ export function FileUploader(props: Props) {
if (attached) return remove();
onClick();
}}
rotate={uploading || attached ? '45deg' : undefined}>
rotate={uploading || attached ? "45deg" : undefined}>
<Plus size={size} />
</IconButton>
);