nicolium: improve naming

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-15 10:53:44 +01:00
parent 11aaec1856
commit 2f14d6d7c1

View File

@ -54,13 +54,13 @@ const messages = defineMessages({
const ExportDataPage = () => {
const client = useClient();
const accountId = useCurrentAccount();
const currentAccountId = useCurrentAccount();
const intl = useIntl();
return (
<Column label={intl.formatMessage(messages.heading)}>
<CSVExporter
action={() => exportFollows(client, accountId as string)}
action={() => exportFollows(client, currentAccountId as string)}
inputLabel={<FormattedMessage id='export_data.follows_label' defaultMessage='Follows' />}
inputHint={
<FormattedMessage