mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Customized biomes (#396)
* Start with customized biome UI * Refactor customized page, split logic * Implement biome replacements * Remove debug messages * Disable create button when nothing is modified
This commit is contained in:
@@ -39,8 +39,6 @@ export function GeneratorCard({ id, minimal }: Props) {
|
||||
.map(v => v.id as VersionId)
|
||||
}, [gen])
|
||||
|
||||
console.log(config.versions)
|
||||
|
||||
const versionText = useMemo(() => {
|
||||
if (versions.length <= 5) {
|
||||
return versions.join(VERSION_SEP)
|
||||
|
||||
Reference in New Issue
Block a user