chore: Update translations
This commit is contained in:
@ -31,7 +31,7 @@ import DisplayName from "@/Element/User/DisplayName";
|
|||||||
const TEXT_TRUNCATE_LENGTH = 400;
|
const TEXT_TRUNCATE_LENGTH = 400;
|
||||||
|
|
||||||
export function NoteInner(props: NoteProps) {
|
export function NoteInner(props: NoteProps) {
|
||||||
const { data: ev, related, highlight, options: opt, ignoreModeration = false, className , waitUntilInView } = props;
|
const { data: ev, related, highlight, options: opt, ignoreModeration = false, className, waitUntilInView } = props;
|
||||||
|
|
||||||
const baseClassName = classNames("note min-h-[110px] flex flex-col gap-4 card", className);
|
const baseClassName = classNames("note min-h-[110px] flex flex-col gap-4 card", className);
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
Reference in New Issue
Block a user