Skip to content

Commit 0192452

Browse files
committed
missed a pastes in frontend
1 parent 1334cac commit 0192452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/pages/[pid].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Pastey(props: PropsWithoutRef<{ paste }>) {
3939
property="og:description"
4040
content={
4141
paste.status !== 401
42-
? `This paste has (${paste["pastes"].length}) attached file(s)`
42+
? `This paste has (${paste["files"].length}) attached file(s)`
4343
: "This paste is password protected."
4444
}
4545
key="pasteDesc"

0 commit comments

Comments
 (0)