Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslyl committed Jan 13, 2025
1 parent e2bb677 commit cb0d1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/experiments-realm/crm/activity.gts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class EmbeddedTemplate extends Component<typeof Activity> {
<template>
<ActivityCard>
<:header>
<header>
<header aria-label='Activity details'>
<div class='activity-card-subject-group'>
<EntityDisplayWithIcon @title={{this.activityType}}>
<:icon>
Expand All @@ -313,7 +313,7 @@ class EmbeddedTemplate extends Component<typeof Activity> {
<p class='activity-card-subject'>{{this.activitySubject}}</p>
</div>

<aside class='activity-card-status'>
<aside class='activity-card-status' aria-label='Activity status'>
{{#if this.activityStatus}}
<Pill
style={{htmlSafe
Expand Down

0 comments on commit cb0d1ab

Please sign in to comment.