mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore(app): resolve lint warnings (#990)
* chore(app): resolve lint warnings * update lock * clean up any types * fix types * feedback from cr
This commit is contained in:
@@ -40,7 +40,6 @@ export const PassportCamera: React.FC<PassportCameraProps> = ({
|
||||
|
||||
// Web stub - no functionality yet
|
||||
useEffect(() => {
|
||||
void _onPassportRead; // noop until web implementation exists
|
||||
// Simulate that the component is not ready for web
|
||||
if (isMounted) {
|
||||
console.warn('PassportCamera: Web implementation not yet available');
|
||||
|
||||
Reference in New Issue
Block a user