mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 23:39:30 +00:00
Fix lints
This commit is contained in:
parent
fe79e4a5eb
commit
d9dddec33c
@ -14,6 +14,7 @@ import { Overlay } from "@ente/shared/components/Container";
|
||||
import { CustomError } from "@ente/shared/error";
|
||||
import useLongPress from "@ente/shared/hooks/useLongPress";
|
||||
import AlbumOutlined from "@mui/icons-material/AlbumOutlined";
|
||||
import Favorite from "@mui/icons-material/FavoriteRounded";
|
||||
import PlayCircleOutlineOutlinedIcon from "@mui/icons-material/PlayCircleOutlineOutlined";
|
||||
import { Tooltip, styled } from "@mui/material";
|
||||
import i18n from "i18next";
|
||||
@ -23,7 +24,6 @@ import React, { useContext, useEffect, useRef, useState } from "react";
|
||||
import { TRASH_SECTION } from "utils/collection";
|
||||
import { shouldShowAvatar } from "utils/file";
|
||||
import Avatar from "./Avatar";
|
||||
import Favorite from "@mui/icons-material/FavoriteRounded";
|
||||
|
||||
interface IProps {
|
||||
file: EnteFile;
|
||||
@ -363,7 +363,7 @@ export default function PreviewCard(props: IProps) {
|
||||
)}
|
||||
{props.isFav && (
|
||||
<FavOverlay>
|
||||
<Favorite/>
|
||||
<Favorite />
|
||||
</FavOverlay>
|
||||
)}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user