Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Feb 20, 2025
1 parent 5d6cb8b commit eedacf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/ChangeAvatarView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function reducer(state: IState, action: IReducerAction) {

const ChangeAvatarView = () => {
const [state, dispatch] = useReducer(reducer, initialState);
console.log('🚀 ~ ChangeAvatarView ~ state:', state);
const [rawImageUrl, setRawImageUrl] = useState('');
const [saving, setSaving] = useState(false);
const { colors } = useTheme();
Expand Down

0 comments on commit eedacf4

Please sign in to comment.