fix merge errors

This commit is contained in:
nikk gitanes
2021-06-17 22:18:48 +03:00
parent abd379ed55
commit 3ec9b58ebc
4 changed files with 11 additions and 12 deletions

View File

@@ -270,7 +270,7 @@ export default function AddDialog({
{isLoadingButton ? (
<CircularProgress style={{ color: 'white' }} size={20} />
) : (
t(isEditMode ? 'Save' : 'Add' )
t(isEditMode ? 'Save' : 'Add')
)}
</Button>
</ButtonWrapper>