Skip to content

Commit

Permalink
refactor: update followers page to disable eslint for img element
Browse files Browse the repository at this point in the history
  • Loading branch information
harun.dogdu committed Sep 5, 2024
1 parent 4ee1b34 commit b5be146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/users/[username]/followers.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @next/next/no-img-element */
import React, { useEffect, useState } from "react";

import { useRouter } from "next/router";
Expand Down

0 comments on commit b5be146

Please sign in to comment.