修复登录缺陷和用户信息展示部分
This commit is contained in:
@@ -49,7 +49,6 @@ export default function ChannelPage() {
|
||||
header: "认证方式",
|
||||
cell: ({ row }) => {
|
||||
const channel = row.original
|
||||
console.log(channel, "channel")
|
||||
|
||||
const hasWhitelist =
|
||||
channel.whitelists && channel.whitelists.trim() !== ""
|
||||
|
||||
Reference in New Issue
Block a user