Merge branch 'master' into render-currency-update
This commit is contained in:
commit
3a294aa87a
|
|
@ -130,9 +130,13 @@ export default function NewsWidget() {
|
|||
<NewsItem key={item.pk} item={item} onMarkRead={markRead} />
|
||||
))
|
||||
) : (
|
||||
<Alert color='green' title={t`No News`}>
|
||||
<Text>{t`There are no unread news items`}</Text>
|
||||
</Alert>
|
||||
<Table.Tr>
|
||||
<Table.Td colSpan={3}>
|
||||
<Alert color='green' title={t`No News`}>
|
||||
<Text>{t`There are no unread news items`}</Text>
|
||||
</Alert>
|
||||
</Table.Td>
|
||||
</Table.Tr>
|
||||
)}
|
||||
</Table.Tbody>
|
||||
</Table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue