Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed May 17, 2024
1 parent dcc5a95 commit dc944df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const GasLessAnimatedWrapper = (
top: 0,
backgroundColor: colors['neutral-bg-1'],
left: (interpolate(logoXValue.value, [-10, 100], [-1, 100]) +
'%') as DimensionValue, //(overlayValue.value + '%') as DimensionValue,
'%') as DimensionValue,
}),
[colors],
);
Expand Down

0 comments on commit dc944df

Please sign in to comment.