-
33 | {favoriteTools.length > 0 ? (
34 | favoriteTools.map((tool, index) => (
35 |
- 39 | 45 | {tool.name} 46 | 47 | 53 | 54 | )) 55 | ) : ( 56 | <>> 57 | )} 58 |
60 | Your favorites are saved in your browser's cache. Clearing your 61 | browsing data will result in the deletion of your favorites as well. 62 |
63 |