Skip to content

Commit 37999eb

Browse files
authored
fix: remove unnecessary DEV roles (#15)
1 parent adc2657 commit 37999eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Home = () => {
2020
'OTHERS',
2121
];
2222

23-
const DEV: string[] = ['FRONT', 'APP', 'BACKEND', 'DATA', 'OTHERS'];
23+
const DEV: string[] = ['FRONT', 'APP', 'BACKEND', 'OTHERS'];
2424

2525
const { posts, isLoading, fetchPosts, paginator } = usePosts();
2626
const [panelExpanded, setPanelExpanded] = useState(false);

0 commit comments

Comments
 (0)