Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Oct 20, 2024
1 parent d202f5e commit d59b998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/pages/ActivityLogPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { InterSemiBold, InterSmall } from '../utils/webFonts';
import ActivityLog from '../components/ActivityLog';
import { Colors } from '../utils/colors';
import ProfileView from '../components/ProfileView';
import { ProfileTypes } from '../models/ProfileTypes';
import { LightningIcon } from '../assets';

function ActivityLogPage() {
Expand All @@ -18,7 +17,6 @@ function ActivityLogPage() {
lastName={'Doe'}
ensDomain={'John.CELO'}
userAddress={'q827tbc1386..134c'}
profileType={ProfileTypes.domain}
/>
</View>

Expand Down

0 comments on commit d59b998

Please sign in to comment.