We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b64649 commit e17af29Copy full SHA for e17af29
dashboard.html
@@ -243,6 +243,10 @@ <h3 id="modal-title"></h3>
243
renderRecommendationCards(data.recommendations);
244
} catch (error) {
245
showError("Failed to load agricultural recommendations");
246
+ document.getElementById('recommendations-card').innerHTML = `
247
+ <h3 class="card-title">🌱 Expert Recommendations</h3>
248
+ <div class="loading">❌ Failed to load recommendations.</div>
249
+ `;
250
}
251
252
0 commit comments