mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-19 05:56:14 +01:00
Merge branch 'ita-localization' of github.com:scollovati/spliit into scollovati-ita-localization
# Conflicts: # messages/de-DE.json # messages/fr-FR.json # messages/it-IT.json # messages/nl-NL.json # messages/pl-PL.json
This commit is contained in:
@@ -18,7 +18,7 @@ export function ActiveUserBalance({ groupId, currency, expense }: Props) {
|
||||
}
|
||||
|
||||
const balances = getBalances([expense])
|
||||
let fmtBalance = <>You are not involved</>
|
||||
let fmtBalance = <>{t('notInvolved')}</>
|
||||
if (Object.hasOwn(balances, activeUserId)) {
|
||||
const balance = balances[activeUserId]
|
||||
let balanceDetail = <></>
|
||||
|
||||
Reference in New Issue
Block a user