(message)
| 5037 | } |
| 5038 | |
| 5039 | function setProfileSyncStatus(message) { |
| 5040 | const target = $("profileSyncStatus"); |
| 5041 | if (target) target.textContent = message; |
| 5042 | } |
| 5043 | |
| 5044 | function renderProfileForm(data = {}) { |
| 5045 | const profile = data.profile || {}; |
no test coverage detected