You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check file type before accessing its extension (#590)
Since directories do not have `extname`, when switched to index listing, `FilePreview` was throwing an error saying `file.extname` is undefined.
Fixed it by checking file type before accessing `extname`.
0 commit comments