Skip to content

Commit

Permalink
fixed table display in case of no todos found with applied queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Lapchynskyi authored and Mykhailo Lapchynskyi committed Sep 24, 2024
1 parent 6c484f8 commit f1e3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TodoList/TodoList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
import React, { useEffect, useMemo, useState } from 'react';
import React, { useMemo } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { RootState } from '../../app/store';
import classNames from 'classnames';
Expand Down

0 comments on commit f1e3aaf

Please sign in to comment.