mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
fix: VRCPlus Profile Icons setting not functional
This commit is contained in:
@@ -16,8 +16,7 @@ import {
|
||||
openExternalLink,
|
||||
sortStatus,
|
||||
statusClass,
|
||||
timeToText,
|
||||
userImage
|
||||
timeToText
|
||||
} from '../../shared/utils';
|
||||
|
||||
const { t } = i18n.global;
|
||||
@@ -101,7 +100,8 @@ export const createColumns = ({
|
||||
randomUserColours,
|
||||
selectedFriends,
|
||||
onToggleFriendSelection,
|
||||
onConfirmDeleteFriend
|
||||
onConfirmDeleteFriend,
|
||||
userImage
|
||||
}) => {
|
||||
const cols = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user