From cfab285638c92ead55847a32ea850150c568c0bc Mon Sep 17 00:00:00 2001 From: Michal Masrna Date: Sat, 23 Nov 2024 12:17:20 +0100 Subject: [PATCH] Allow discussion on all problems for everyone. Most notably to be able to read discussion on past problems, but we do not mind also writing e. g. after the author solution has been released. --- src/components/Problems/Problem.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/Problems/Problem.tsx b/src/components/Problems/Problem.tsx index 06b6d7b8..0bc789d8 100644 --- a/src/components/Problems/Problem.tsx +++ b/src/components/Problems/Problem.tsx @@ -127,15 +127,13 @@ export const Problem: FC<{ )} + {canSubmit && ( - <> - - - + )} )}