diff --git a/src/pages/ViewPublicationPage/ResultForm.tsx b/src/pages/ViewPublicationPage/ResultForm.tsx index d0f6f40..1f4b153 100644 --- a/src/pages/ViewPublicationPage/ResultForm.tsx +++ b/src/pages/ViewPublicationPage/ResultForm.tsx @@ -132,7 +132,6 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { mt: "15px", gap: "10px", textDecoration: "none", - mb: "5px" }} > { display: "flex", justifyContent: "center", alignItems: "center", - p: - ( - settings.cfg.resultInfo.showResultForm === "before" && - !Boolean(settings.cfg.score) - ) || + p: settings.cfg.resultInfo.showResultForm === "before" || ( settings.cfg.resultInfo.showResultForm === "after" && resultQuestion.content.redirect - ) - ? "20px" : "0", + ) ? "20px" : "0", }} > - {settings.cfg.resultInfo.showResultForm === "before" && !Boolean(settings.cfg.score) && ( + {settings.cfg.resultInfo.showResultForm === "before" && (