Fix bad type

This commit is contained in:
Connor Yoh 2025-08-08 15:17:43 +01:00
parent 88c54760ff
commit 1e8dbc759b

View File

@ -55,10 +55,6 @@ export default function Workbench() {
if (!activeFiles[0]) {
return (
<LandingPage
title={currentView === "viewer"
? t("fileUpload.selectPdfToView", "Select a PDF to view")
: t("fileUpload.selectPdfToEdit", "Select a PDF to edit")
}
/>
);
}