kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
109993943b
commit
a970b3cf9a
|
@ -65,7 +65,7 @@ export function AppConsumersList() {
|
|||
) : !consumers.length ? (
|
||||
<p>
|
||||
No subscriptions found. Subscribe to your first project to get
|
||||
started!
|
||||
started.
|
||||
</p>
|
||||
) : (
|
||||
<div className='grid gap-4'>
|
||||
|
|
|
@ -61,7 +61,7 @@ export function AppProjectsList() {
|
|||
{isError ? (
|
||||
<p>Error fetching projects</p>
|
||||
) : !projects.length ? (
|
||||
<p>No projects found. Create your first project to get started!</p>
|
||||
<p>No projects found. Create your first project to get started.</p>
|
||||
) : (
|
||||
<div className='grid gap-4'>
|
||||
{projects.map((project) => (
|
||||
|
|
Ładowanie…
Reference in New Issue