Skip to content

Commit

Permalink
linters stop screaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Oct 12, 2023
1 parent ffc5893 commit 7eacd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
68 changes: 0 additions & 68 deletions tgui/packages/tgui/interfaces/TutorialList.tsx

This file was deleted.

4 changes: 3 additions & 1 deletion tgui/packages/tgui/interfaces/TutorialMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export const TutorialMenu = (props, context) => {
(tutorial_category) =>
tutorial_category.name === categoryIndex &&
tutorial_category.tutorials.map((tutorial) => (
<div style={{ 'padding-bottom': '12px' }}>
<div
style={{ 'padding-bottom': '12px' }}
key={tutorial.id}>
<Button
fontSize="15px"
textAlign="center"
Expand Down

0 comments on commit 7eacd71

Please sign in to comment.