One last bot issue

This commit is contained in:
Unifox
2025-02-21 09:21:07 -07:00
parent 2c9e02fd2d
commit 092f2af065
@@ -23,8 +23,8 @@ type Props = {
};
type FileSizeProps = {
fileSize?: number;
wantInfoStyle: CSSProperties;
readonly fileSize?: number;
readonly wantInfoStyle: CSSProperties;
};
function FileSizeText({ fileSize, wantInfoStyle }: FileSizeProps) {