minor fix

This commit is contained in:
coolcoala
2025-07-26 06:54:34 +03:00
parent 0a3998530e
commit a2076b4e2d

View File

@@ -57,7 +57,6 @@ const MinimalHomePage: React.FC = () => {
const currentProfile = useMemo(() => {
return profileItems.find(p => p.uid === profiles?.current);
}, [profileItems, profiles?.current]);
console.log("Current profile", currentProfile);
const currentProfileName = currentProfile?.name || profiles?.current;
const activateProfile = useCallback(