in client/src/app/components/warningBox.js [16:20]
function warningTextClicked(props) { if (props.isActionable) { props.onAction(); } }