fix(SW-234): better empty state message for no transactions
This commit is contained in:
@@ -48,7 +48,7 @@ export default async function MobileTable({ lang, transactions }: TableProps) {
|
||||
) : (
|
||||
<tr>
|
||||
<td className={styles.placeholder} colSpan={2}>
|
||||
{formatMessage({ id: "Empty" })}
|
||||
{formatMessage({ id: "There are no transactions to display" })}
|
||||
</td>
|
||||
</tr>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user