Fix CMDK recipe path

This commit is contained in:
Sam Becker 2025-03-10 09:16:55 -05:00
parent 1697a83b95
commit f6d8e452f0

View File

@ -27,6 +27,7 @@ import {
pathForFilmSimulation,
pathForFocalLength,
pathForPhoto,
pathForRecipe,
pathForTag,
} from '../../app/paths';
import Modal from '../Modal';
@ -281,6 +282,7 @@ export default function CommandKClient({
label: recipe,
annotation: formatCount(count),
annotationAria: formatCountDescriptive(count),
path: pathForRecipe(recipe),
})),
};
case 'films': return {