forked from abner/for-legacy-web
Format code.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user