Skip to content

Commit

Permalink
fix transaction vault message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Dec 6, 2023
1 parent d3483f8 commit 68540f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ListPayments: React.FC<IListPayments> = ({
</Tbody>
</Table>
) : (
<Empty title={'No transactions in this vault'} hideIcon />
<Empty title={'No transactions'} hideIcon />
)}
</Box>
<Flex justifyContent="flex-end">
Expand Down

0 comments on commit 68540f6

Please sign in to comment.