diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-14 19:32:10 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-14 19:32:10 -0400 |
| commit | 84577c8708a249f1f4bdab88ac6d11c4eaea652d (patch) | |
| tree | 6be92e257486758d7cebdd3178317abdbf6ced22 /frontend/src/components | |
| parent | 6bd3951d31f791cb05d835d10ddcc0146ff50bfc (diff) | |
| download | decky-loader-84577c8708a249f1f4bdab88ac6d11c4eaea652d.tar.gz decky-loader-84577c8708a249f1f4bdab88ac6d11c4eaea652d.zip | |
typescript please
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/DeckyToaster.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyToaster.tsx b/frontend/src/components/DeckyToaster.tsx index 7a51943b..056f1dd7 100644 --- a/frontend/src/components/DeckyToaster.tsx +++ b/frontend/src/components/DeckyToaster.tsx @@ -28,7 +28,7 @@ const DeckyToaster: FC<DeckyToasterProps> = () => { } useEffect(() => { // not actually node but TS is shit - let interval: NodeJS.Timeout | number | null; + let interval: number | null; if (renderedToast) { interval = setTimeout( () => { |
