mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
fix feed bio diff display
This commit is contained in:
@@ -379,9 +379,13 @@ export const columns = [
|
|||||||
|
|
||||||
if (type === 'Bio') {
|
if (type === 'Bio') {
|
||||||
return (
|
return (
|
||||||
<span class="block w-full min-w-0 truncate">
|
<span
|
||||||
{original.bio}
|
class="block w-full min-w-0 truncate"
|
||||||
</span>
|
innerHTML={formatDifference(
|
||||||
|
original.previousBio,
|
||||||
|
original.bio
|
||||||
|
)}
|
||||||
|
></span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user