Fix lint error
This commit is contained in:
parent
03e9aef848
commit
8dc6e1ab6a
1 changed files with 1 additions and 3 deletions
|
@ -161,9 +161,7 @@ export default function AlbumCastDialog(props: Props) {
|
|||
{browserCanCast && (
|
||||
<>
|
||||
<Typography color={"text.muted"}>
|
||||
{t(
|
||||
"AUTO_CAST_PAIR_DESC",
|
||||
)}
|
||||
{t("AUTO_CAST_PAIR_DESC")}
|
||||
</Typography>
|
||||
|
||||
<EnteButton
|
||||
|
|
Loading…
Add table
Reference in a new issue