Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoddd committed Nov 16, 2024
1 parent 1abc5c8 commit 4801054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tgui/packages/tgui/interfaces/ArtifactPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ type Data = {

export const ArtifactPanel = (props) => {
const { act, data } = useBackend();
const { artifacts } = data;
return (
<Window title="Artifact Panel" width={420} height={675} theme="admin">
<Window.Content overflowY="scroll" overflowX="hidden">
Expand Down

0 comments on commit 4801054

Please sign in to comment.