From 712bf925f8ae84a5a2fee87b8aa3c969df48fd50 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 16 May 2020 22:42:48 -0700 Subject: allow language saving --- frontend/src/components/PasteInfo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/components/PasteInfo.js') diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index 5217901..b1abda6 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -56,6 +56,7 @@ const PasteInfo = (props) => { expires: {props.expiry} + {props.err} ); -- cgit v1.2.3