Skip to content

Commit

Permalink
fix: address review from joanreyero
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Oct 9, 2024
1 parent d34009c commit f007c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/modules/member/member-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { OrganizationField } from '@/modules/organization/organization-field';
import StringArrayField from '@/shared/fields/string-array-field';
import GenericField from '@/shared/fields/generic-field';
import MemberEngagementLevelField from './member-engagement-level-field';
import moment from 'moment';

function label(name) {
return i18n(`entities.member.fields.${name}`);
Expand Down

0 comments on commit f007c1c

Please sign in to comment.