MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Constants/Tooltips.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const DECONFLICT_TOOLTIP_TEXT = {
  title: 'Deconflict Alert',
  text: 'Candidate Ranked #1 on at least one other Short List',
};

export const OTHER_HANDSHAKE_TOOLTIP_TEXT = {
  title: 'Handshake Alert',
  text: 'Candidate has already accepted another handshake in an active bid cycle',
};