Skip to content

Commit

Permalink
Fixing de issue 62
Browse files Browse the repository at this point in the history
The issue Just-Moh-it#62 is happening to view dashboard
  • Loading branch information
klinux authored Oct 13, 2022
1 parent 222f2f4 commit 8e12df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Manage/Dashboard/RightWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const RightWrapper = () => {
Visit Time ({activeHit?.timezone.abbreviation} |{" "}
{`${
!activeHit?.timezone.offset
.toString()
?.toString()
.startsWith("-") && "+"
} ${activeHit?.timezone.offset}`}
</span>
Expand Down

0 comments on commit 8e12df1

Please sign in to comment.