Skip to content

Commit cbd323c

Browse files
committed
Fix lint
1 parent 94a6804 commit cbd323c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/providers/ActivityKeyer/ActivityKeyerComposer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const ActivityKeyerComposer = ({ children }: Readonly<{ children?: ReactNode | u
4040

4141
const [activities] = useActivities();
4242

43-
// TODO: [P0] We should remove the mapping in favor of `localId`,
43+
// TODO: [P0] We should remove the mapping in favor of `localId`,
4444
// the id should represent the latest available activity in the stream
4545
//
4646
// Maps are intentionally mutable so the incremental fast path can append to them in-place.

0 commit comments

Comments
 (0)