fix created at

This commit is contained in:
Tatiana Nikolaeva 2025-05-26 04:50:58 +05:00
parent a652b78230
commit 6068c717d3
6 changed files with 34 additions and 73 deletions

View file

@ -88,7 +88,7 @@ const SurveyInfo: React.FC<SurveyInfoProps> = ({titleSurvey, setDescriptionSurve
}
const renderTitle = () => {
if ( isCompleteSurveyActive) {
if (isSurveyViewPage || isCompleteSurveyActive) {
return (
<button className={styles.titleSurvey}>
<h1>{titleSurvey || 'Название опроса'}</h1>