Commit e3de71bc authored by isstuev's avatar isstuev

fix ts

parent 23362254
...@@ -4,7 +4,7 @@ import React from 'react'; ...@@ -4,7 +4,7 @@ import React from 'react';
import emptyIcon from 'icons/empty_search_result.svg'; import emptyIcon from 'icons/empty_search_result.svg';
interface Props { interface Props {
text?: string; text: string;
} }
const EmptySearchResult = ({ text }: Props) => { const EmptySearchResult = ({ text }: Props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment