homarr-labs / homarr

Useless template literal found JS-R1004
Anti-pattern
Minor
2 occurrences in this check
Template string can be replaced with regular string literal
75            radius="md"
76            fullWidth
77          >
78            {t(`item.create.addToBoard`)}79          </Button>
80        </Stack>
81      </Card>
Template string can be replaced with regular string literal
52    <PasswordInput
53      {...props}
54      label={props.label ?? t(`integration.secrets.kind.${kind}.label`)}
55      description={t(`integration.secrets.secureNotice`)}56      w="100%"
57      leftSection={<Icon size={20} stroke={1.5} />}
58    />