🌠
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useEffect, useState } from 'react'
|
||||
import { Card, message, Modal, PageHeader, Row, Spin, Typography } from 'antd'
|
||||
import { Card, Modal, Row, Spin, Typography } from 'antd'
|
||||
import { getSession } from '../api'
|
||||
|
||||
type Props = {
|
||||
@@ -9,7 +9,6 @@ type Props = {
|
||||
export const SessionPictures = ({ clientId }: Props) => {
|
||||
const [urls, setUrls] = useState<string[] | null>(null)
|
||||
const [activeUrl, setActiveUrl] = useState<string | null>(null)
|
||||
const [loading, setLoading] = useState(true)
|
||||
|
||||
useEffect(() => {
|
||||
const get = async () => {
|
||||
|
||||
Reference in New Issue
Block a user