A comprehensive suite of productivity tools and cloud services that enhance collaboration, communication, and efficiency. Combining classic Office apps with advanced Microsoft 365 features, it supports both personal and business needs
I found a solution from here
social.msdn.microsoft.com/.../append-changes-to-list-data-not-showing-in-customised-edit-form
and the solution is to add
<SharePoint:AppendOnlyHistory runat="server" FieldName="YourCommentsFieldName" ControlMode="Display"/>
to the Place you want comments to show up.