Fix tsc issue
This commit is contained in:
@@ -71,7 +71,7 @@ export const Manga: React.FC = () => {
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{error && !isValidating && !refreshing && (
|
{!!error && !isValidating && !refreshing && (
|
||||||
<CustomTooltip
|
<CustomTooltip
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user