mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
One last bot issue
This commit is contained in:
@@ -23,8 +23,8 @@ type Props = {
|
||||
};
|
||||
|
||||
type FileSizeProps = {
|
||||
fileSize?: number;
|
||||
wantInfoStyle: CSSProperties;
|
||||
readonly fileSize?: number;
|
||||
readonly wantInfoStyle: CSSProperties;
|
||||
};
|
||||
|
||||
function FileSizeText({ fileSize, wantInfoStyle }: FileSizeProps) {
|
||||
|
||||
Reference in New Issue
Block a user