Skip to content

Commit

Permalink
fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaleemNeslit committed Dec 9, 2024
1 parent 83f7229 commit a3430ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import React from 'react';
import { CWText } from '../component_kit/cw_text';

// eslint-disable-next-line react/no-multi-comp
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const CustomNotificationCell = ({ item }: any) => {
return (
<div className="container">
Expand All @@ -25,5 +26,4 @@ const CustomNotificationCell = ({ item }: any) => {
</div>
);
};

export default CustomNotificationCell;

0 comments on commit a3430ba

Please sign in to comment.