Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh committed Feb 5, 2025
1 parent 6dfe0f7 commit 0cdd6c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions newIDE/app/src/GameDashboard/GameDashboardCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ import PreferencesContext from '../MainFrame/Preferences/PreferencesContext';
import { textEllipsisStyle } from '../UI/TextEllipsis';
import FileWithLines from '../UI/CustomSvgIcons/FileWithLines';
import TextButton from '../UI/TextButton';
import { MarkdownText } from '../UI/MarkdownText';
import { getRelativeOrAbsoluteDisplayDate } from '../Utils/DateDisplay';
import ImageThumbnail from '../ResourcesList/ResourceThumbnail/ImageThumbnail';

// It's important to use remote and not electron for folder actions,
// otherwise they will be opened in the background.
Expand Down Expand Up @@ -218,7 +216,6 @@ const GameDashboardCard = ({

const authenticatedUser = React.useContext(AuthenticatedUserContext);
const {
getAuthorizationHeader,
profile,
onOpenLoginDialog,
} = authenticatedUser;
Expand Down

0 comments on commit 0cdd6c2

Please sign in to comment.