mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Linter fix
This commit is contained in:
@@ -79,7 +79,13 @@
|
||||
{ name: 'Functions', icon: IconLightningBolt, slug: 'functions', category: 'build' },
|
||||
{ name: 'Messaging', icon: IconChatBubble, slug: 'messaging', category: 'build' },
|
||||
{ name: 'Storage', icon: IconFolder, slug: 'storage', category: 'build' },
|
||||
{ name: 'Sites', icon: IconGlobeAlt, slug: 'sites', category: 'deploy', badge: 'Early access' }
|
||||
{
|
||||
name: 'Sites',
|
||||
icon: IconGlobeAlt,
|
||||
slug: 'sites',
|
||||
category: 'deploy',
|
||||
badge: 'Early access'
|
||||
}
|
||||
];
|
||||
|
||||
const isSelected = (service: string): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user