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