Skip to content

Commit

Permalink
Update src/components/FeeComparison/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Ebert <mail@marcel-ebert.de>
  • Loading branch information
gianfra-t and ebma authored Jan 7, 2025
1 parent 859c697 commit a7fc62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeeComparison/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export function FeeComparison({
}: FeeComparisonProps) {
useEffect(() => {
if (enabled) {
const feeComparissonElement = document.getElementById('feeComparisson');
const feeComparisonElement = document.getElementById('feeComparison');
if (feeComparissonElement) {

Check failure on line 188 in src/components/FeeComparison/index.tsx

View workflow job for this annotation

GitHub Actions / Running ci (18)

Cannot find name 'feeComparissonElement'. Did you mean 'feeComparisonElement'?
setTimeout(() => {
window.scrollTo({ top: feeComparissonElement.offsetTop, behavior: 'smooth' });

Check failure on line 190 in src/components/FeeComparison/index.tsx

View workflow job for this annotation

GitHub Actions / Running ci (18)

Cannot find name 'feeComparissonElement'. Did you mean 'feeComparisonElement'?
Expand Down

0 comments on commit a7fc62f

Please sign in to comment.