mirror of
https://github.com/hexastack/hexabot
synced 2025-06-10 00:16:17 +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>
|
</ConversationList>
|
||||||
) : (
|
) : (
|
||||||
<Grid paddingX={2}>
|
<Grid p={1} color="gray" textAlign="center">
|
||||||
<p style={{ textAlign: "center", color: "#999", marginTop: "1rem" }}>
|
|
||||||
{t("message.no_result_found")}
|
{t("message.no_result_found")}
|
||||||
</p>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user