3 lines
134 B
JavaScript
3 lines
134 B
JavaScript
import { findAlertKeyToShow } from '../../lib/alerts';
|
|
|
|
export const getAlert = (state) => (file) => findAlertKeyToShow(state, file);
|