(refactor) removed "reference" from revolute URL
This commit is contained in:
@@ -152,7 +152,7 @@ export const ViewLocationCard:FC<ViewLocationCardProps> = ({location, userSettin
|
||||
<p className="ml-1">
|
||||
To pay via Revolut, please click the following link:{' '}
|
||||
<Link
|
||||
href={`https://revolut.me/${userSettings.ownerRevolutProfileName?.replace('@', '')}?amount=${(monthlyExpense / 100).toFixed(2)}¤cy=${userSettings.currency}&reference=${encodeURIComponent(`Režije za ${locationName} ${formatYearMonth(yearMonth)}`)}`}
|
||||
href={`https://revolut.me/${userSettings.ownerRevolutProfileName?.replace('@', '')}?amount=${(monthlyExpense / 100).toFixed(2)}¤cy=${userSettings.currency}}`}
|
||||
target="_blank"
|
||||
className="text-blue-600 underline"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user