weareinreach / InReach

Found warning comments in code JS-0099
Documentation
Minor
2 occurrences in this check
Unexpected 'todo' comment: 'TODO: assign behaviour to delete button'
398	}
399
400	return {
401		// TODO: assign behaviour to delete button402		delete: generic(QuickPromotionModal),
403		more: generic(createPolymorphicComponent<'button', PolyButtonProps>(Button)),
404		print: generic(PrintButton),
Unexpected 'todo' comment: 'TODO: [IN-786] Associate ActionButton...'
362
363const PrintButton = createPolymorphicComponent<'button', PolyButtonProps>(PrintBody)
364
365// TODO: [IN-786] Associate ActionButton click actions366
367// Previous actions object is now a hook to check user session before using save or saved actions
368const useActions = () => {