Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix: ipa page error (AlistGo/alist#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 5, 2022
1 parent eb6a9b0 commit e3b5437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/list/preview/ipa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const exts = ["ipa"];
const Ipa = ({ file }: FileProps) => {
const { getSetting } = useContext(IContext);
const ext = file.name.split(".").pop() || "";
const fileUrl = useFileUrl(false, false);
const fileUrl = useFileUrl();
const { t } = useTranslation();
const url = fileUrl();
const [installing, setInstalling] = useState(false);
Expand Down

0 comments on commit e3b5437

Please sign in to comment.