Skip to content

Commit 2e99874

Browse files
committed
Temporarily hide timezones until Workday sync is corrected. [IAM-992]
1 parent bc28acc commit 2e99874

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/profile/ProfileTeamLocation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@
5151
>{{ officeLocation }}</RouterLink
5252
>
5353
</span>
54+
<!-- Temporarily hidden for IAM-992 testing. Uncomment when Workday timezones are passed through unmodified. (atoll) -->
5455
<div class="profile-team-location__timezone">
5556
<span
5657
class="timezone-print"
57-
>{{ timezone }}</span
58+
><!-- {{ timezone }} --></span
5859
>
5960
</div>
6061
</div>

0 commit comments

Comments
 (0)