Skip to content

Commit

Permalink
chore: update preview.ts (#5765)
Browse files Browse the repository at this point in the history
Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
  • Loading branch information
eltociear authored Jun 10, 2024
1 parent 390cac2 commit bacfb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presentation/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function getSrcSet (_blob: Blob, width?: number): string {

const cfg = c.previewers[_blob.provider] ?? c.default
if (cfg === undefined) {
return '' // No previewer is avaialble for blob
return '' // No previewer is available for blob
}

return blobToSrcSet(cfg, blob, width)
Expand Down

0 comments on commit bacfb96

Please sign in to comment.