upd
This commit is contained in:
@@ -24,10 +24,6 @@ export default function DesktopCard({ server }: IDesktopCardProps) {
|
||||
mutationKey: ["create-session", server.id],
|
||||
});
|
||||
|
||||
const isEnding = useIsMutating({
|
||||
mutationKey: ["end-session", server.sessions?.[0]?.id],
|
||||
});
|
||||
|
||||
async function handleClickCreateSession() {
|
||||
setPosition("right");
|
||||
setModal(<CreateSessionModal targetServerId={server.id} />);
|
||||
|
||||
@@ -20,10 +20,6 @@ function ProjectSelector({
|
||||
setSelectedProject,
|
||||
activeProject,
|
||||
}: Props) {
|
||||
useEffect(() => {
|
||||
console.log(projects);
|
||||
}, [projects]);
|
||||
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
const [pointedProject, setPointedProject] = useState<App | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user