From 05db608011a5f7565efdee0a9ff884d5207759df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Wed, 6 Nov 2024 16:32:58 -0300 Subject: [PATCH] Ignore Flow-typing react-timeago There are no definitions available. See #2350 --- assets/js/components/respondents/RespondentIndex.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/components/respondents/RespondentIndex.jsx b/assets/js/components/respondents/RespondentIndex.jsx index 5a1951b90..717480173 100644 --- a/assets/js/components/respondents/RespondentIndex.jsx +++ b/assets/js/components/respondents/RespondentIndex.jsx @@ -2,6 +2,7 @@ import React, { Component } from "react" import { bindActionCreators } from "redux" import { connect } from "react-redux" +// $FlowFixMe - there's no react-timeago definitions in flow-typed import TimeAgo from "react-timeago" import * as api from "../../api" import * as actions from "../../actions/respondents"