this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove working_id indicator from the tasks

+1 -3
+1 -3
mast-react-vite/src/components/ui/task.tsx
··· 62 62 isPreview={isPreviewProject} 63 63 /> 64 64 )} 65 - <div className="absolute right-4 top-1 w-6 h-6 flex items-center justify-center rounded-full border border-gray-800 text-gray-700 text-xs"> 66 - {data.working_id} 67 - </div> 65 + 68 66 </div> 69 67 70 68 <div className="mt-3 flex flex-wrap gap-2 items-center">