Skip to content

Commit 2699f54

Browse files
committed
chore(lint): fix lint
1 parent 11a8c2b commit 2699f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ export class Datetime implements ComponentInterface {
11681168
raf(() => visibleIO?.observe(intersectionTrackerRef!));
11691169

11701170
/**
1171-
* TODO(FW-6931): Remove this fallback upon solving the root cause
1172-
* Fallback: If IntersectionObserver never reports that the
1171+
* TODO(FW-6931): Remove this fallback upon solving the root cause
1172+
* Fallback: If IntersectionObserver never reports that the
11731173
* datetime is visible but the host clearly has layout, ensure
11741174
* we still initialize listeners and mark the component as ready.
11751175
*

0 commit comments

Comments
 (0)