Skip to content

Commit

Permalink
Merge pull request #390 from opeolluwa/master
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
opeolluwa authored Oct 18, 2024
2 parents 0a5c208 + 5e02c3e commit 06e2abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/pages/history/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const items: TabsProps["items"] = [
{ key: "2", label: "Received files", children: "received files" },
];



export default function HistoryPage() {
// get the file transfer history data from the application backend
const [data, setData] = useState(null);
Expand Down
4 changes: 1 addition & 3 deletions src/pages/settings.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import PageLayout from "@/components/layout/desktop/DesktopViewLayout";
import { AndroidFilled } from "@ant-design/icons";
import {
ChartPieIcon,
CpuChipIcon,
Expand All @@ -24,9 +23,8 @@ import Heading from "@/components/Heading";
import { SettingsInterface, SettingsTab } from "@/components/Settings";
import { SystemInformation } from "@/store/system_information";
import { invoke } from "@tauri-apps/api/core";
import { useEffect, useState } from "react";
import React from "react";
import { hostname, locale } from "@tauri-apps/plugin-os";
import { useEffect, useState } from "react";

/**
* @function helpPage - A page responsible for guiding users on various actions
Expand Down

0 comments on commit 06e2abf

Please sign in to comment.