Skip to content

Commit

Permalink
text from dashboard fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotriz02 authored and Minotriz02 committed Nov 14, 2024
1 parent c833e03 commit 8544915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/pages/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const Dashboard = () => {
La estación meteorológica <b>{currentStation?.name}</b> está
ubicada en{" "}
<b>
{currentStation?.latitude + ", " + currentStation?.longitude}.
{currentStation?.latitude + ", " + currentStation?.longitude}.{" "}
</b>
Cuenta con datos observados desde el {" ----- "} hasta el{" "}
<b>{endDataDate}</b>, se puede comparar con datos espaciales
Expand Down

0 comments on commit 8544915

Please sign in to comment.