lavoce #37

Merged
bragaz_rexita merged 6 commits from lavoce into main 2026-01-08 07:44:23 +00:00
Showing only changes of commit 0aad43c751 - Show all commits

View File

@@ -384,7 +384,7 @@ const ListNotification = memo(function ListNotification(props) {
<Text strong>{notification.title}</Text> <Text strong>{notification.title}</Text>
<div style={{ marginTop: '4px' }}> <div style={{ marginTop: '4px' }}>
<Text style={{ color }}> <Text style={{ color }}>
{notification.issue} Error Code {notification.issue}
</Text> </Text>
</div> </div>
</div> </div>