Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: sudhanshu dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Feb 5, 2024
1 parent 35a81fa commit 208bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/assets/icons/InfoOutlined.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

const InfoOutlinedIcon = ({ height, width, style = {}, className={}, fill }) => {
const InfoOutlinedIcon = ({ height, width, style = {}, className={} }) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 208bfd7

Please sign in to comment.