This repository has no description
0

Configure Feed

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

chore: format

+1 -5
+1 -5
src/webapp/features/semble/components/sembleStats/SembleStatItem.tsx
··· 5 5 6 6 export const SEMBLE_TAB_CHANGE_EVENT = 'semble:tab-change'; 7 7 8 - export type SembleStatTab = 9 - | 'notes' 10 - | 'collections' 11 - | 'addedBy' 12 - | 'connections'; 8 + export type SembleStatTab = 'notes' | 'collections' | 'addedBy' | 'connections'; 13 9 14 10 interface Props { 15 11 tab: SembleStatTab;