in kotlin/app-homepage-react/client/src/app/components/WarningBox.tsx [23:27]
function warningTextClicked(props: WarningBoxProps) { if (props.isActionable) { props.onAction(); } }