3f447708b7
JsonConvertSection.tsx and JsonFormatSection.tsx were calling formatByteSize which doesn't exist. The correct function name imported from @/utils/format is formatBytes. Co-authored-by: Ubuntu <ubuntu@localhost.localdomain>