You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on upgrading eslint (PR #1291), a switch/case
`no-fallthrough` error was found in the `getIconByRisk` function in the
`AnswerTable` component. This error would cause a risk of "red" to
actually render as a risk of "yellow". Fixing it separately from the
eslint upgrade seems like a good thing.
Signed-off-by: Scott J Dickerson <[email protected]>
0 commit comments