{formatShortDateTime(token.last_access)}
diff --git a/web/src/components/PublishDialog.js b/web/src/components/PublishDialog.js
index 65dea5de..08646fc0 100644
--- a/web/src/components/PublishDialog.js
+++ b/web/src/components/PublishDialog.js
@@ -17,15 +17,7 @@ import IconButton from "@mui/material/IconButton";
import InsertEmoticonIcon from '@mui/icons-material/InsertEmoticon';
import {Close} from "@mui/icons-material";
import MenuItem from "@mui/material/MenuItem";
-import {
- formatBytes,
- maybeWithAuth,
- withBasicAuth,
- topicShortUrl,
- topicUrl,
- validTopic,
- validUrl
-} from "../app/utils";
+import {formatBytes, maybeWithAuth, topicShortUrl, topicUrl, validTopic, validUrl} from "../app/utils";
import Box from "@mui/material/Box";
import AttachmentIcon from "./AttachmentIcon";
import DialogFooter from "./DialogFooter";