refactor(components): change common ip section in profile admin panel

remove v-if null-check
This commit is contained in:
parent cb2f171d86
commit 6faa88d83f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -46,7 +46,7 @@
<template #renderItem="{ item }">
{{ item.ip }}<br />
<a-typography-title :level="5">Other users with this IP:</a-typography-title>
<div v-if="commonIps != null">
<div>
<i v-if="!commonIps[item.ip]?.length"> No other users share this IP. </i>
<a-list v-else :data-source="!!commonIps ? commonIps[item.ip] : []">
<template #renderItem="{ item: otherItem }">