mirror of
https://github.com/hexastack/hexabot
synced 2025-06-04 03:26:22 +00:00
Update frontend/src/components/inbox/components/ConversationsList.tsx
Co-authored-by: Yassine <95612053+yassinedorbozgithub@users.noreply.github.com>
This commit is contained in:
parent
c68dde3c43
commit
f12f1de767
@ -88,10 +88,8 @@ export const SubscribersList = (props: {
|
||||
))}
|
||||
</ConversationList>
|
||||
) : (
|
||||
<Grid paddingX={2}>
|
||||
<p style={{ textAlign: "center", color: "#999", marginTop: "1rem" }}>
|
||||
{t("message.no_result_found")}
|
||||
</p>
|
||||
<Grid p={1} color="gray" textAlign="center">
|
||||
{t("message.no_result_found")}
|
||||
</Grid>
|
||||
)}
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user