Skip to content

Commit

Permalink
fix: Remove Conflict Message Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SPageot committed Jul 8, 2022
1 parent f1d9b07 commit 11bfdf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/Conflicts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ const Conflicts = withTheme(() => {
const dispatch = useDispatch();
const navigate = useNavigate();

useEffect(() => {
setTimeout(() => setInfo(false), 20000);
}, []);

const { organizations, conflicts } = useSelector(
store => store.climateWarehouse,
);
Expand Down

0 comments on commit 11bfdf4

Please sign in to comment.