= ({
{schedule.isVesting ? 'Vesting' : 'Tips'}
|
-
- {isMas ? (
- 'MAS'
- ) : (
-
- )}
+ |
+
|
|
{formattedAmount.preview}
+
+ {isMas ? (
+ ' MAS'
+ ) : (
+
+ )}
+
|
{getRecurrenceFromPeriods(schedule.interval).unit}
@@ -116,7 +130,7 @@ const TableRow: React.FC = ({
{schedule.occurrences.toString()}
|
{schedule.remaining.toString()} |
-
+ |
|