step 10 : remove unused field in struct

This commit is contained in:
sindhu
2024-05-22 09:40:01 +07:00
parent 445d238426
commit 69074143af
5 changed files with 5 additions and 25 deletions

View File

@@ -45,7 +45,7 @@ templ MainContentSurveyMcuLayout(dataSurveyMcu []models.SurveyMcu, urlPost strin
<h5
class="title-pertanyaan text-black no-margin-padding flex-number"
>
{ k.Nomor }&nbsp;
{ k.Nomor }.&nbsp;
</h5>
<h5
class="title-pertanyaan text-black no-margin-padding flex-question"

View File

@@ -70,7 +70,7 @@ func MainContentSurveyMcuLayout(dataSurveyMcu []models.SurveyMcu, urlPost string
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("&nbsp;\r</h5><h5 class=\"title-pertanyaan text-black no-margin-padding flex-question\">")
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(".&nbsp;\r</h5><h5 class=\"title-pertanyaan text-black no-margin-padding flex-question\">")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}