Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl committed Jun 27, 2024
1 parent 30b7a33 commit f365616
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export function HandoverProvider({ children }: HandoverProviderProps) {
handoverContent: HandoverContent,
handoverId: HandoverTarget = HandoverTarget.GLOBAL,
) => {
// eslint-disable-next-line no-console
console.log('@@@Adding handover', handoverContent, handoverId);
// Add the handover content to the queue / ensure no mutation of the queue
setHandoverQueue((prevQueue) => {
Expand Down

0 comments on commit f365616

Please sign in to comment.