mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
added result for no releases
This commit is contained in:
parent
34b2af6c7a
commit
30aa13a5cd
@ -173,6 +173,13 @@ export default (props) => {
|
|||||||
/>
|
/>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
!searchResults && R_Releases.length === 0 && <antd.Result
|
||||||
|
status="info"
|
||||||
|
title="No releases"
|
||||||
|
subTitle="You don't have any releases yet."
|
||||||
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user