Skip to content

Commit 1caefc9

Browse files
committed
docs: Improve fixme comment
1 parent d6502c0 commit 1caefc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cozy-dataproxy-lib/src/components/AssistantMobile.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const AssistantMobile = () => {
2626
}
2727
type="button"
2828
label={t('assistant.search.placeholder')}
29-
onClick={() => navigate('connected/search')} // FIXME
29+
onClick={() => navigate('connected/search')} // FIXME this route is related to home app
3030
/>
3131
)
3232
}

0 commit comments

Comments
 (0)