From ed729c3ec915dd892136f64591f23bb928c40253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 6 Jan 2026 18:35:26 +0100 Subject: [PATCH] pl-fe: update import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/components/parsed-mfm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/components/parsed-mfm.tsx b/packages/pl-fe/src/components/parsed-mfm.tsx index 779884f24..3af088996 100644 --- a/packages/pl-fe/src/components/parsed-mfm.tsx +++ b/packages/pl-fe/src/components/parsed-mfm.tsx @@ -2,7 +2,7 @@ // https://activitypub.software/TransFem-org/Sharkey/-/blob/develop/packages/frontend/src/components/global/MkMfm.ts import { Link } from '@tanstack/react-router'; import * as mfm from '@transfem-org/sfm-js'; -import { clamp } from 'lodash'; +import clamp from 'lodash/clamp'; import React, { CSSProperties } from 'react'; import { useSettings } from 'pl-fe/stores/settings';