Client: Share: delete console.log

This commit is contained in:
Viktor Fomin 2024-02-10 00:46:45 +03:00
parent 7cf74292a8
commit 1e46ff7b98

View File

@ -43,7 +43,6 @@ const LinkRow = ({
toastr.success(t("Files:LinkSuccessfullyCopied")); toastr.success(t("Files:LinkSuccessfullyCopied"));
}; };
console.log("links", links);
return ( return (
<> <>
{!links?.length ? ( {!links?.length ? (
@ -62,7 +61,6 @@ const LinkRow = ({
</StyledLinkRow> </StyledLinkRow>
) : ( ) : (
links.map((link, index) => { links.map((link, index) => {
console.log(link);
if (link.isLoaded) return <RowLoader />; if (link.isLoaded) return <RowLoader />;
const shareOption = shareOptions.find( const shareOption = shareOptions.find(