Skip to content

Commit

Permalink
DIS-34 Local ILL
Browse files Browse the repository at this point in the history
Fix LiDA issues
  • Loading branch information
mdnoble73 committed Dec 17, 2024
1 parent 4069452 commit e419c02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Button} from 'native-base';
import {Button, ButtonText} from '@gluestack-ui/themed';
import React from 'react';
import {navigate} from '../../../helpers/RootNavigator';
import { ThemeContext } from '../../../context/initialContext';

export const StartLocalIllRequest = (props) => {
const openLocalIllRequest = () => {
Expand All @@ -9,6 +10,7 @@ export const StartLocalIllRequest = (props) => {
workTitle: props.workTitle
});
};
const { theme } = React.useContext(ThemeContext);

return (
<Button
Expand Down

0 comments on commit e419c02

Please sign in to comment.