/**
* @flow
* @file Keywords components
*/
import * as React from 'react';
import { FormattedMessage } from 'react-intl';
import messages from '../../../common/messages';
import Info from './Info';
import './Keywords.scss';
function getMessageForAction(action: string): React.Node {
switch (action) {
case 'applied':
return