mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 20:47:11 +03:00
Lint fixes
This commit is contained in:
@@ -2,7 +2,7 @@ import * as React from "react";
|
|||||||
|
|
||||||
const pencilSvg = ({
|
const pencilSvg = ({
|
||||||
fill = "#ffffff"
|
fill = "#ffffff"
|
||||||
}) => (
|
}): JSX.Element => (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="18"
|
width="18"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import * as React from "react";
|
|||||||
|
|
||||||
const thumbsDownSvg = ({
|
const thumbsDownSvg = ({
|
||||||
fill = "#ffffff"
|
fill = "#ffffff"
|
||||||
}) => (
|
}): JSX.Element => (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="18"
|
width="18"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import * as React from "react";
|
|||||||
|
|
||||||
const thumbsUpSvg = ({
|
const thumbsUpSvg = ({
|
||||||
fill = "#ffffff"
|
fill = "#ffffff"
|
||||||
}) => (
|
}): JSX.Element => (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="18"
|
width="18"
|
||||||
|
|||||||
Reference in New Issue
Block a user