- {roadmap.description}
+ <>
+ {isCreatingRoadmap && (
+
+ Browse the roadmaps created by the community or{' '}
+
+ {roadmap.description}
+
+ Community Roadmaps
+
+
+ {roadmaps.map((roadmap) => {
+ const roadmapLink = `/r/${roadmap.slug}`;
+ const totalRatings = Object.keys(
+ roadmap.ratings?.breakdown || [],
+ ).reduce(
+ (acc: number, key: string) =>
+ acc + roadmap.ratings.breakdown[key as any],
+ 0,
+ );
+ return (
+
+
+
+ {roadmap.title}
+
+