yarn nice

This commit is contained in:
0xturboblitz
2025-03-12 23:41:50 -07:00
parent 6ed35b542f
commit 869b6c7da3

View File

@@ -48,7 +48,9 @@ const MockDataScreen: React.FC<MockDataScreenProps> = ({}) => {
).toString();
};
const [selectedCountry, setSelectedCountry] = useState('USA');
const [selectedAlgorithm, setSelectedAlgorithm] = useState('sha256 rsa 65537 2048');
const [selectedAlgorithm, setSelectedAlgorithm] = useState(
'sha256 rsa 65537 2048',
);
const [isCountrySheetOpen, setCountrySheetOpen] = useState(false);
const [isAlgorithmSheetOpen, setAlgorithmSheetOpen] = useState(false);