Unset Debug Variables and Remove filled ToDo comment

This commit is contained in:
Neshura 2022-12-19 22:18:04 +01:00
parent 040619d936
commit 64e670d62e
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
3 changed files with 2 additions and 3 deletions
components/styles

View file

@ -4,7 +4,6 @@ import styled, { css, DefaultTheme } from 'styled-components';
import { Service, Game } from '../../interfaces/CardTypes';
// needed for Online Status checks
// TODO: migrate to shared Status type for Games and Services
interface OnlinePropType {
status: string;
}